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:
36
36
run : ./scripts/lint
37
37
38
38
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)
40
40
timeout-minutes : 10
41
41
name : upload
42
42
permissions :
43
43
contents : read
44
44
id-token : write
45
45
runs-on : depot-ubuntu-24.04
46
- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
47
46
steps :
48
47
- uses : actions/checkout@v4
49
48
86
85
timeout-minutes : 10
87
86
name : examples
88
87
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)
90
89
91
90
steps :
92
91
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments