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/anthropic-typescript' && '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
42
43
timeout-minutes : 5
43
44
name : build
44
45
runs-on : ${{ github.repository == 'stainless-sdks/anthropic-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
46
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
45
47
permissions :
46
48
contents : read
47
49
id-token : write
80
82
timeout-minutes : 10
81
83
name : test
82
84
runs-on : ${{ github.repository == 'stainless-sdks/anthropic-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
85
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
83
86
steps :
84
87
- uses : actions/checkout@v4
85
88
You can’t perform that action at this time.
0 commit comments