diff --git a/.github/workflows/humble-build.yml b/.github/workflows/humble-build.yml index c799571..6ec2201 100644 --- a/.github/workflows/humble-build.yml +++ b/.github/workflows/humble-build.yml @@ -15,9 +15,9 @@ on: - cron: '28 6 * * MON-FRI' concurrency: - # cancel previous runs of the same workflow, except for pushes on master branch + # cancel previous runs of the same workflow, except for pushes on given branches group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }} + cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }} jobs: binary: diff --git a/.github/workflows/jazzy-build.yml b/.github/workflows/jazzy-build.yml index e26a87f..72ee210 100644 --- a/.github/workflows/jazzy-build.yml +++ b/.github/workflows/jazzy-build.yml @@ -15,9 +15,9 @@ on: - cron: '28 6 * * MON-FRI' concurrency: - # cancel previous runs of the same workflow, except for pushes on jazzy branch + # cancel previous runs of the same workflow, except for pushes on given branches group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }} + cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }} jobs: binary: diff --git a/.github/workflows/rolling-build.yml b/.github/workflows/rolling-build.yml index 9b2cbd3..b6eceb5 100644 --- a/.github/workflows/rolling-build.yml +++ b/.github/workflows/rolling-build.yml @@ -15,9 +15,9 @@ on: - cron: '28 6 * * MON-FRI' concurrency: - # cancel previous runs of the same workflow, except for pushes on master branch + # cancel previous runs of the same workflow, except for pushes on given branches group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }} + cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }} jobs: binary: