Skip to content

Commit e83d8e6

Browse files
authored
hotfix CI concurrency group
1 parent 8d904f9 commit e83d8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job.test.yml

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

1414
# TODO: might need to tweak `group`
1515
concurrency:
16-
group: ${{ github.head_ref }}
16+
group: ${{ github.ref }}
1717
cancel-in-progress: true
1818

1919
defaults:

0 commit comments

Comments
 (0)