We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9958235 + 6c0e6b2 commit a44cb3aCopy full SHA for a44cb3a
1 file changed
.github/workflows/main.yml
@@ -9,7 +9,7 @@ on:
9
pull_request:
10
11
concurrency:
12
- group: ci-main-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
14
15
env:
0 commit comments