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/stagehand-ruby' && '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/stagehand-ruby' &&
2727 (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
5656 lint :
5757 timeout-minutes : 10
5858 name : lint
59- runs-on : ${{ github.repository == 'stainless-sdks/stagehand-ruby' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
59+ runs-on : ${{ startsWith( github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
6060 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
6161
6262 steps :
7373 test :
7474 timeout-minutes : 10
7575 name : test
76- runs-on : ${{ github.repository == 'stainless-sdks/stagehand-ruby' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
76+ runs-on : ${{ startsWith( github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
7777 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
7878 steps :
7979 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
You can’t perform that action at this time.
0 commit comments