We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f15ae7 commit 6c0e6b2Copy full SHA for 6c0e6b2
.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