File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 17
17
timeout-minutes : 10
18
18
name : lint
19
19
runs-on : ${{ github.repository == 'stainless-sdks/browserbase-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
20
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
20
21
steps :
21
22
- uses : actions/checkout@v4
22
23
35
36
timeout-minutes : 5
36
37
name : build
37
38
runs-on : ${{ github.repository == 'stainless-sdks/browserbase-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
39
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
38
40
permissions :
39
41
contents : read
40
42
id-token : write
70
72
timeout-minutes : 10
71
73
name : test
72
74
runs-on : ${{ github.repository == 'stainless-sdks/browserbase-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
75
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
73
76
steps :
74
77
- uses : actions/checkout@v4
75
78
You can’t perform that action at this time.
0 commit comments