File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,13 @@ jobs:
3636 run : ./scripts/lint
3737
3838 upload :
39- if : github.repository == 'stainless-sdks/openai-python'
39+ if : github.repository == 'stainless-sdks/openai-python' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
4040 timeout-minutes : 10
4141 name : upload
4242 permissions :
4343 contents : read
4444 id-token : write
4545 runs-on : depot-ubuntu-24.04
46- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
4746 steps :
4847 - uses : actions/checkout@v4
4948
8685 timeout-minutes : 10
8786 name : examples
8887 runs-on : ${{ github.repository == 'stainless-sdks/openai-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
89- if : github.repository == 'openai/openai-python && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)'
88+ if : github.repository == 'openai/openai-python' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
9089
9190 steps :
9291 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments