File tree 1 file changed +5
-5
lines changed
1 file 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-typescript' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
30
30
build :
31
31
timeout-minutes : 5
32
32
name : build
33
- runs-on : depot-ubuntu-24.04
33
+ runs-on : ${{ github.repository == 'stainless-sdks/openai-typescript' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
34
34
permissions :
35
35
contents : read
36
36
id-token : write
65
65
test :
66
66
timeout-minutes : 10
67
67
name : test
68
- runs-on : depot-ubuntu-24.04
68
+ runs-on : ${{ github.repository == 'stainless-sdks/openai-typescript' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
69
69
steps :
70
70
- uses : actions/checkout@v4
71
71
82
82
83
83
examples :
84
84
name : examples
85
- runs-on : ubuntu-latest
85
+ runs-on : ${{ github.repository == 'stainless-sdks/openai-typescript' && 'depot- ubuntu-24.04' || 'ubuntu- latest' }}
86
86
87
87
steps :
88
88
- uses : actions/checkout@v4
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
ecosystem_tests :
104
104
name : ecosystem tests (v${{ matrix.node-version }})
105
- runs-on : ubuntu-latest
105
+ runs-on : ${{ github.repository == 'stainless-sdks/openai-typescript' && 'depot- ubuntu-24.04' || 'ubuntu- latest' }}
106
106
if : github.repository == 'openai/openai-node'
107
107
timeout-minutes : 20
108
108
strategy :
You can’t perform that action at this time.
0 commit comments