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