We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
group
1 parent f0d2da3 commit c31e79aCopy full SHA for c31e79a
.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-sh-avl${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
17
cancel-in-progress: true
18
19
env:
0 commit comments