File tree 3 files changed +12
-14
lines changed
3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
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/** '
10
10
11
11
concurrency :
12
12
group : ${{ github.workflow }}-${{ github.ref }}
16
16
lint :
17
17
timeout-minutes : 10
18
18
name : lint
19
- runs-on : ubuntu-latest
20
- timeout-minutes : 5
19
+ runs-on : depot-ubuntu-24.04
21
20
steps :
22
21
- uses : actions/checkout@v4
23
22
35
34
build :
36
35
timeout-minutes : 5
37
36
name : build
38
- runs-on : ubuntu-latest
37
+ runs-on : depot- ubuntu-24.04
39
38
permissions :
40
39
contents : read
41
40
id-token : write
70
69
test :
71
70
timeout-minutes : 10
72
71
name : test
73
- runs-on : ubuntu-latest
74
- timeout-minutes : 10
72
+ runs-on : depot-ubuntu-24.04
75
73
steps :
76
74
- uses : actions/checkout@v4
77
75
88
86
examples :
89
87
timeout-minutes : 10
90
88
name : examples
91
- runs-on : ubuntu-latest
89
+ runs-on : depot- ubuntu-24.04
92
90
if : github.repository == 'cloudflare/cloudflare-typescript'
93
91
timeout-minutes : 5
94
92
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
publish :
13
13
name : publish
14
- runs-on : ubuntu-latest
14
+ runs-on : depot- ubuntu-24.04
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 : ubuntu-latest
15
+ runs-on : depot- ubuntu-24.04
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