Skip to content
Snippets Groups Projects
Unverified Commit 9ab2a775 authored by Nick Schonning's avatar Nick Schonning Committed by GitHub
Browse files

Set CI concurrency at the job level (#23689)

parent 49b9ef0c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment