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
jobs:
job_name:
if: ${{ false }} # disable for now