From 52c1e5e1c2ce0892f04c201e30b67697aa2e09ed Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Tue, 1 Oct 2024 21:49:59 +0200 Subject: [PATCH] progress --- .github/workflows/bsd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 492daa023..cba937d00 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -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: