File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 99 pull_request :
1010 branches : [master]
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+ cancel-in-progress : true
15+
1216jobs :
1317 build :
14- runs-on : ubuntu-latest
18+ runs-on : self-hosted-arc
1519
1620 strategy :
1721 matrix :
2933 - run : npm test
3034
3135 deploy-static :
32- runs-on : ubuntu-latest
36+ runs-on : self-hosted-arc
3337 environment : CI
3438
3539 strategy :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616jobs :
1717 # Build job
1818 build :
19- runs-on : ubuntu-latest
19+ runs-on : self-hosted-arc
2020 steps :
2121 - uses : actions/checkout@v4
2222 - uses : actions/setup-node@v4
4040 environment :
4141 name : github-pages
4242 url : ${{ steps.deployment.outputs.page_url }}
43- runs-on : ubuntu-latest
43+ runs-on : self-hosted-arc
4444 needs : build
4545 steps :
4646 - name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments