File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 timeout-minutes : 15
2020 name : lint
2121 runs-on : ${{ github.repository == 'stainless-sdks/stagehand-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
22- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
22+ if : ( github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
2323
2424 steps :
2525 - uses : actions/checkout@v6
4646 contents : read
4747 id-token : write
4848 runs-on : ${{ github.repository == 'stainless-sdks/stagehand-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
49- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
49+ if : ( github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
5050
5151 steps :
5252 - uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments