File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1717 timeout-minutes : 10
1818 name : lint
1919 runs-on : ${{ github.repository == 'stainless-sdks/gradientai-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
20+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
2021 steps :
2122 - uses : actions/checkout@v4
2223
4243 contents : read
4344 id-token : write
4445 runs-on : depot-ubuntu-24.04
46+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
4547 steps :
4648 - uses : actions/checkout@v4
4749
6264 timeout-minutes : 10
6365 name : test
6466 runs-on : ${{ github.repository == 'stainless-sdks/gradientai-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
67+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
6568 steps :
6669 - uses : actions/checkout@v4
6770
You can’t perform that action at this time.
0 commit comments