We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c319a commit 1baa98bCopy full SHA for 1baa98b
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
permissions: read-all
14
15
concurrency:
16
- group: test-sh-avl${{ github.ref }}
+ group: test-${{ github.ref }}
17
cancel-in-progress: true
18
19
env:
0 commit comments