File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches :
5- - main
6- pull_request :
7- branches :
8- - main
9- - next
4+ branches-ignore :
5+ - ' generated '
6+ - ' codegen/** '
7+ - ' integrated/** '
8+ - ' stl-preview-head/** '
9+ - ' stl-preview-base/** '
1010
1111jobs :
1212 lint :
1313 timeout-minutes : 10
1414 name : lint
15- runs-on : ubuntu-latest
15+ runs-on : depot- ubuntu-24.04
1616 steps :
1717 - uses : actions/checkout@v4
1818
3030 build :
3131 timeout-minutes : 5
3232 name : build
33- runs-on : ubuntu-latest
33+ runs-on : depot- ubuntu-24.04
3434 permissions :
3535 contents : read
3636 id-token : write
6565 test :
6666 timeout-minutes : 10
6767 name : test
68- runs-on : ubuntu-latest
68+ runs-on : depot- ubuntu-24.04
6969 steps :
7070 - uses : actions/checkout@v4
7171
Original file line number Diff line number Diff line change 1111jobs :
1212 publish :
1313 name : publish
14- runs-on : ubuntu-latest
14+ runs-on : depot- ubuntu-24.04
1515
1616 steps :
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88jobs :
99 release_doctor :
1010 name : release doctor
11- runs-on : ubuntu-latest
11+ runs-on : depot- ubuntu-24.04
1212 if : github.repository == 'GRID-is/api-sdk-ts' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313
1414 steps :
You can’t perform that action at this time.
0 commit comments