Skip to content

Commit decd402

Browse files
committed
Fix concurrency in CI
1 parent 1b91a94 commit decd402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
jsr:
1111
runs-on: ubuntu-latest
1212
concurrency:
13-
group: ${{ github.workflow }}-${{ github.ref }}-build
13+
group: ${{ github.workflow }}-jsr
1414
permissions:
1515
contents: read
1616
id-token: write
@@ -27,7 +27,7 @@ jobs:
2727
npm:
2828
runs-on: ubuntu-latest
2929
concurrency:
30-
group: ${{ github.workflow }}-${{ github.ref }}-build
30+
group: ${{ github.workflow }}-npm
3131
permissions:
3232
contents: read
3333
id-token: write

0 commit comments

Comments
 (0)