Skip to content

Commit 53579b4

Browse files
committed
Remove suffix in `concurrency: group: test-${{ github.ref }} (thanks @rhaschke for helping)
1 parent c31e79a commit 53579b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
permissions: read-all
1414

1515
concurrency:
16-
group: test-sh-avl${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
16+
group: test-${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
1717
cancel-in-progress: true
1818

1919
env:

0 commit comments

Comments
 (0)