File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
lint :
13
13
timeout-minutes : 10
14
14
name : lint
15
- runs-on : depot-ubuntu-24.04
15
+ runs-on : ${{ github.repository == 'stainless-sdks/openai-python' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
33
33
test :
34
34
timeout-minutes : 10
35
35
name : test
36
- runs-on : depot-ubuntu-24.04
36
+ runs-on : ${{ github.repository == 'stainless-sdks/openai-python' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
37
37
steps :
38
38
- uses : actions/checkout@v4
39
39
54
54
examples :
55
55
timeout-minutes : 10
56
56
name : examples
57
- runs-on : depot-ubuntu-24.04
57
+ runs-on : ${{ github.repository == 'stainless-sdks/openai-python' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
58
58
if : github.repository == 'openai/openai-python'
59
59
60
60
steps :
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
publish :
9
9
name : publish
10
- runs-on : depot- ubuntu-24.04
10
+ runs-on : ubuntu-latest
11
11
environment : publish
12
12
13
13
steps :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release_doctor :
10
10
name : release doctor
11
- runs-on : depot- ubuntu-24.04
11
+ runs-on : ubuntu-latest
12
12
environment : publish
13
13
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')
14
14
You can’t perform that action at this time.
0 commit comments