File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [master]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 test :
1115 name : Run tests on Node.js ${{ matrix.node-version }}
12- runs-on : ubuntu-latest
16+ runs-on : self-hosted-arc
1317
1418 strategy :
1519 matrix :
Original file line number Diff line number Diff line change 55 branches :
66 - master
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10+ cancel-in-progress : true
11+
812permissions :
913 contents : write
1014 pull-requests : write
1115
1216jobs :
1317 release-please :
14- runs-on : ubuntu-latest
18+ runs-on : self-hosted-arc
1519 outputs :
1620 release_created : ${{ steps.release.outputs.release_created }}
1721 steps :
2529 publish :
2630 needs : release-please
2731 if : ${{ needs.release-please.outputs.release_created }}
28- runs-on : ubuntu-latest
32+ runs-on : self-hosted-arc
2933 steps :
3034 - uses : actions/checkout@v4
3135
You can’t perform that action at this time.
0 commit comments