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 : 10
2020 name : lint
2121 runs-on : ${{ github.repository == 'stainless-sdks/steel-python' && '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 steps :
2424 - uses : actions/checkout@v6
2525
3838 run : ./scripts/lint
3939
4040 build :
41- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
41+ if : ( github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
4242 timeout-minutes : 10
4343 name : build
4444 permissions :
You can’t perform that action at this time.
0 commit comments