File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 lint :
11- runs-on : ubuntu-latest
11+ runs-on : &default-runner blacksmith-4vcpu- ubuntu-2404
1212 steps :
1313 - uses : actions/checkout@v4
1414
2626 run : npm run typecheck
2727
2828 test :
29- runs-on : ubuntu-latest
29+ runs-on : *default-runner
3030 steps :
3131 - uses : actions/checkout@v4
3232
4444 run : npm run test:coverage
4545
4646 secret-scan :
47- runs-on : ubuntu-latest
47+ runs-on : *default-runner
4848 steps :
4949 - uses : actions/checkout@v4
5050
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 docs-scope :
16- runs-on : ubuntu-latest
16+ runs-on : &default-runner blacksmith-4vcpu- ubuntu-2404
1717 outputs :
1818 docs_only : ${{ steps.check.outputs.docs_only }}
1919 steps :
5858 integration :
5959 needs : [docs-scope]
6060 if : needs.docs-scope.outputs.docs_only != 'true'
61- runs-on : ubuntu-latest
61+ runs-on : *default-runner
6262 strategy :
6363 fail-fast : false
6464 matrix :
You can’t perform that action at this time.
0 commit comments