File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
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
jobs :
12
12
lint :
13
13
timeout-minutes : 10
14
14
name : lint
15
- runs-on : ubuntu-latest
15
+ runs-on : depot- ubuntu-24.04
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 : ubuntu-latest
33
+ runs-on : depot- ubuntu-24.04
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 : ubuntu-latest
68
+ runs-on : depot- ubuntu-24.04
69
69
steps :
70
70
- uses : actions/checkout@v4
71
71
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 8
8
jobs :
9
9
release_doctor :
10
10
name : release doctor
11
- runs-on : ubuntu-latest
11
+ runs-on : depot- ubuntu-24.04
12
12
if : github.repository == 'browserbase/sdk-node' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
13
13
14
14
steps :
You can’t perform that action at this time.
0 commit comments