Disable a single GitHub Action job


jobs:
  job_name:
    if: ${{ false }}  # disable for now