File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 timeout-minutes : 10
2323 name : lint
2424 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
2526 steps :
2627 - uses : actions/checkout@v4
2728
4748 contents : read
4849 id-token : write
4950 runs-on : depot-ubuntu-24.04
51+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
5052 steps :
5153 - uses : actions/checkout@v4
5254
6769 timeout-minutes : 30
6870 name : test
6971 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
7073 steps :
7174 - uses : actions/checkout@v4
7275
8891 timeout-minutes : 10
8992 name : examples
9093 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) '
9295
9396 steps :
9497 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments