Skip to content

Commit 78fdf06

Browse files
authored
Fix CI workflow concurrency group (#50)
2 parents 05d0fcb + e39c656 commit 78fdf06

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
@@ -11,7 +11,7 @@ permissions:
1111
pull-requests: write
1212

1313
concurrency:
14-
group: ${{ github.ref }}
14+
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

1717
jobs:

0 commit comments

Comments
 (0)