File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 timeout-minutes : 10
2323 name : lint
2424 runs-on : ${{ github.repository == 'stainless-sdks/beeper-desktop-api-cli' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
25- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
25+ if : ( github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
2626
2727 steps :
2828 - uses : actions/checkout@v6
4949 contents : read
5050 id-token : write
5151 runs-on : ${{ github.repository == 'stainless-sdks/beeper-desktop-api-cli' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
52- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
52+ if : ( github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
5353 steps :
5454 - uses : actions/checkout@v6
5555
You can’t perform that action at this time.
0 commit comments