Set CI concurrency at the job level (#23689)

th-downstream
Nick Schonning 2 years ago committed by GitHub
parent b8dc16c819
commit 22cdd53335

@ -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