Skip to content

Commit b4dec8f

Browse files
chore(ci): support opting out of skipping builds on metadata-only commits
1 parent d4f7e8e commit b4dec8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
runs-on: ${{ github.repository == 'stainless-sdks/beeper-desktop-api-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2525
if: |-
2626
github.repository == 'stainless-sdks/beeper-desktop-api-go' &&
27-
(github.event_name == 'push' || github.event.pull_request.head.repo.fork) &&
28-
(github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
27+
(github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
2928
steps:
3029
- uses: actions/checkout@v6
3130

0 commit comments

Comments
 (0)