File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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/anthropic-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/anthropic-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/anthropic-typescript' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
69
69
steps :
70
70
- uses : actions/checkout@v4
71
71
You can’t perform that action at this time.
0 commit comments