File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed 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
3333 test :
3434 timeout-minutes : 10
3535 name : test
36- runs-on : ubuntu-latest
36+ runs-on : depot- ubuntu-24.04
3737 steps :
3838 - uses : actions/checkout@v4
3939
5454 examples :
5555 timeout-minutes : 10
5656 name : examples
57- runs-on : ubuntu-latest
57+ runs-on : depot- ubuntu-24.04
5858 if : github.repository == 'openai/openai-python'
5959
6060 steps :
Original file line number Diff line number Diff line change 77jobs :
88 publish :
99 name : publish
10- runs-on : ubuntu-latest
10+ runs-on : depot- ubuntu-24.04
1111 environment : publish
1212
1313 steps :
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 environment : publish
1313 if : github.repository == 'openai/openai-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1414
You can’t perform that action at this time.
0 commit comments