Skip to content

Commit 924e17c

Browse files
committed
Fix group collision
1 parent c824dbb commit 924e17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rngh-api-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
runs-on: ubuntu-latest
1919
concurrency:
20-
group: jest-${{ github.ref }}
20+
group: rngh-api-v3-${{ github.ref }}
2121
cancel-in-progress: true
2222

2323
steps:

0 commit comments

Comments
 (0)