Set CI concurrency at the job level (#23689)

local
Nick Schonning 1 year ago committed by GitHub
parent 49b9ef0c1e
commit 9ab2a775c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-image.yml
  2. 2
      .github/workflows/rebase-needed.yml

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:

Loading…
Cancel
Save