diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b1c2e4df8..6e9d5f8e6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ on: concurrency: # Skip intermediate builds: always. # Cancel intermediate builds: only if it is a pull request build. - group: ${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: test: diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 57aa27ec0..adff4cab6 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -8,7 +8,7 @@ on: concurrency: # Skip intermediate builds: always. # Cancel intermediate builds: only if it is a pull request build. - group: ${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: diff --git a/.github/workflows/JuliaNightly.yml b/.github/workflows/JuliaNightly.yml index bfa13819f..48ec4e141 100644 --- a/.github/workflows/JuliaNightly.yml +++ b/.github/workflows/JuliaNightly.yml @@ -10,7 +10,7 @@ on: concurrency: # Skip intermediate builds: always. # Cancel intermediate builds: only if it is a pull request build. - group: ${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: test: