File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
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/openai-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
20
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
20
21
21
22
steps :
22
23
- uses : actions/checkout@v4
39
40
timeout-minutes : 10
40
41
name : test
41
42
runs-on : ${{ github.repository == 'stainless-sdks/openai-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
43
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
42
44
steps :
43
45
- uses : actions/checkout@v4
44
46
60
62
timeout-minutes : 10
61
63
name : examples
62
64
runs-on : ${{ github.repository == 'stainless-sdks/openai-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
63
- if : github.repository == 'openai/openai-java'
65
+ if : github.repository == 'openai/openai-java && (github.event_name == 'push' || github.event.pull_request.head.repo.fork) '
64
66
65
67
steps :
66
68
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments