File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
timeout-minutes : 10
23
23
name : lint
24
24
runs-on : ${{ github.repository == 'stainless-sdks/cloudflare-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
25
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
25
26
steps :
26
27
- uses : actions/checkout@v4
27
28
47
48
contents : read
48
49
id-token : write
49
50
runs-on : depot-ubuntu-24.04
51
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
50
52
steps :
51
53
- uses : actions/checkout@v4
52
54
67
69
timeout-minutes : 30
68
70
name : test
69
71
runs-on : ${{ github.repository == 'stainless-sdks/cloudflare-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
72
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
70
73
steps :
71
74
- uses : actions/checkout@v4
72
75
88
91
timeout-minutes : 10
89
92
name : examples
90
93
runs-on : ${{ github.repository == 'stainless-sdks/cloudflare-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
91
- if : github.repository == 'cloudflare/cloudflare-python'
94
+ if : github.repository == 'cloudflare/cloudflare-python && (github.event_name == 'push' || github.event.pull_request.head.repo.fork) '
92
95
93
96
steps :
94
97
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments