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/gitpod-python' && '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
contents : read
43
44
id-token : write
44
45
runs-on : depot-ubuntu-24.04
46
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
45
47
steps :
46
48
- uses : actions/checkout@v4
47
49
62
64
timeout-minutes : 10
63
65
name : test
64
66
runs-on : ${{ github.repository == 'stainless-sdks/gitpod-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
67
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
65
68
steps :
66
69
- uses : actions/checkout@v4
67
70
You can’t perform that action at this time.
0 commit comments