Skip to content

Commit 60d46ff

Browse files
authored
Update concurrency group name in workflow
1 parent a7cb62d commit 60d46ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
# Cancel previous PR/branch runs when a new commit is pushed
1818
concurrency:
19-
group: ${{ github.ref }}
19+
group: ${{ github.ref }}-tests
2020
cancel-in-progress: true
2121

2222
permissions:

0 commit comments

Comments
 (0)