Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2024
1 parent 40af359 commit 52c1e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.sha || '' }}
cancel-in-progress: true
jobs:
empty-job: # here just so that I can comment the next jobs if I want to temporarily disable them
# here just so that I can comment the next jobs to temporarily disable them
empty-job:
if: false
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 52c1e5e

Please sign in to comment.