File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626permissions :
2727 contents : read
2828
29+ concurrency :
30+ group : ${{ github.workflow }}-${{ github.ref }}
31+ cancel-in-progress : true
32+
2933jobs :
3034 publish :
3135 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1111permissions :
1212 contents : read
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1418jobs :
1519 dispatch :
1620 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ permissions:
3434 contents : read
3535 id-token : write # JSR OIDC; no token secret needed
3636
37+ concurrency :
38+ group : ${{ github.workflow }}-${{ github.ref }}
39+ cancel-in-progress : true
40+
3741jobs :
3842 publish :
3943 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2727permissions :
2828 contents : write
2929
30+ concurrency :
31+ group : ${{ github.workflow }}-${{ github.ref }}
32+ cancel-in-progress : true
33+
3034jobs :
3135 prepare :
3236 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments