Skip to content

Commit bb9ffc5

Browse files
authored
Update tests.yml concurrency group to not clash with npm publishing
1 parent f99dc0e commit bb9ffc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
env:
77
WORKING_DIRECTORY: ./
88
concurrency:
9-
group: npm-${{ github.ref }}
9+
group: ci-${{ github.ref }}
1010
cancel-in-progress: true
1111
steps:
1212
- name: checkout

0 commit comments

Comments
 (0)