Disable a single GitHub Action job
- Adding a if-statement that evaluates to false to the job
- See literals
jobs:
job_name:
if: ${{ false }} # disable for now
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
jobs:
job_name:
if: ${{ false }} # disable for now