File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 lint :
1717 timeout-minutes : 10
1818 name : lint
19- runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest ' }}
19+ runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim ' }}
2020 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121 steps :
2222 - uses : actions/checkout@v6
3939 permissions :
4040 contents : read
4141 id-token : write
42- runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest ' }}
42+ runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim ' }}
4343 steps :
4444 - uses : actions/checkout@v6
4545
7272 test :
7373 timeout-minutes : 10
7474 name : test
75- runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest ' }}
75+ runs-on : ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim ' }}
7676 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
7777 steps :
7878 - uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments