We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31e79a commit 53579b4Copy full SHA for 53579b4
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
permissions: read-all
14
15
concurrency:
16
- group: test-sh-avl${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
+ group: test-${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
17
cancel-in-progress: true
18
19
env:
0 commit comments