Skip to content

Commit 2da7250

Browse files
authored
Update test.yml
1 parent c9cefe7 commit 2da7250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: read
1616

1717
concurrency:
18-
group: test-${{ github.head_ref || github.run_id }}
18+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1919
cancel-in-progress: true
2020

2121
jobs:

0 commit comments

Comments
 (0)