File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
lint :
17
17
timeout-minutes : 10
18
18
name : lint
19
- runs-on : depot-ubuntu-24.04
19
+ runs-on : ${{ github.repository == 'stainless-sdks/cloudflare-node' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
34
34
build :
35
35
timeout-minutes : 5
36
36
name : build
37
- runs-on : depot-ubuntu-24.04
37
+ runs-on : ${{ github.repository == 'stainless-sdks/cloudflare-node' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
38
38
permissions :
39
39
contents : read
40
40
id-token : write
69
69
test :
70
70
timeout-minutes : 10
71
71
name : test
72
- runs-on : depot-ubuntu-24.04
72
+ runs-on : ${{ github.repository == 'stainless-sdks/cloudflare-node' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
73
73
steps :
74
74
- uses : actions/checkout@v4
75
75
86
86
examples :
87
87
timeout-minutes : 10
88
88
name : examples
89
- runs-on : depot-ubuntu-24.04
89
+ runs-on : ${{ github.repository == 'stainless-sdks/cloudflare-node' && ' depot-ubuntu-24.04' || 'ubuntu-latest' }}
90
90
if : github.repository == 'cloudflare/cloudflare-typescript'
91
91
92
92
steps :
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
publish :
13
13
name : publish
14
- runs-on : depot- ubuntu-24.04
14
+ runs-on : ubuntu-latest
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
jobs :
13
13
release_doctor :
14
14
name : release doctor
15
- runs-on : depot- ubuntu-24.04
15
+ runs-on : ubuntu-latest
16
16
timeout-minutes : 2
17
17
if : github.repository == 'cloudflare/cloudflare-typescript' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
18
18
You can’t perform that action at this time.
0 commit comments