File tree 3 files changed +11
-14
lines changed
3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: CI
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - main
7
- pull_request :
8
- branches :
9
- - main
10
- - next
5
+ branches-ignore :
6
+ - ' generated '
7
+ - ' codegen/** '
8
+ - ' integrated/** '
9
+ - ' stl-preview-head/** '
10
+ - ' stl-preview-base/** '
11
11
12
12
concurrency :
13
13
group : ${{ github.workflow }}-${{ github.ref }}
17
17
lint :
18
18
timeout-minutes : 10
19
19
name : lint
20
- runs-on : ubuntu-latest
21
- timeout-minutes : 5
20
+ runs-on : depot-ubuntu-24.04
22
21
steps :
23
22
- uses : actions/checkout@v4
24
23
39
38
test :
40
39
timeout-minutes : 10
41
40
name : test
42
- runs-on : ubuntu-latest
43
- timeout-minutes : 30
41
+ runs-on : depot-ubuntu-24.04
44
42
steps :
45
43
- uses : actions/checkout@v4
46
44
61
59
examples :
62
60
timeout-minutes : 10
63
61
name : examples
64
- runs-on : ubuntu-latest
62
+ runs-on : depot- ubuntu-24.04
65
63
if : github.repository == 'cloudflare/cloudflare-python'
66
- timeout-minutes : 5
67
64
68
65
steps :
69
66
- uses : actions/checkout@v4
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 @@ -13,7 +13,7 @@ concurrency:
13
13
jobs :
14
14
release_doctor :
15
15
name : release doctor
16
- runs-on : ubuntu-latest
16
+ runs-on : depot- ubuntu-24.04
17
17
timeout-minutes : 2
18
18
if : github.repository == 'cloudflare/cloudflare-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
19
19
You can’t perform that action at this time.
0 commit comments