File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 permissions :
2222 contents : read
2323 id-token : write
24- runs-on : ${{ github.repository == 'stainless-sdks/lithic-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
24+ runs-on : ${{ startsWith( github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2525 if : |-
2626 github.repository == 'stainless-sdks/lithic-go' &&
2727 (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
4949 lint :
5050 timeout-minutes : 10
5151 name : lint
52- runs-on : ${{ github.repository == 'stainless-sdks/lithic-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
52+ runs-on : ${{ startsWith( github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
5353 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
5454
5555 steps :
6565 test :
6666 timeout-minutes : 10
6767 name : test
68- runs-on : ${{ github.repository == 'stainless-sdks/lithic-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
68+ runs-on : ${{ startsWith( github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
6969 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
7070 steps :
7171 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
You can’t perform that action at this time.
0 commit comments