Skip to content

Commit d4bf1cc

Browse files
Pigbibicodex
andcommitted
ci: block pin-only Cloud Run deploys [skip-cloud-run-deploy]
Co-Authored-By: Codex <noreply@openai.com>
1 parent 6a52bf9 commit d4bf1cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/sync-cloud-run-env.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
(
3333
github.event_name == 'workflow_run' &&
3434
github.event.workflow_run.conclusion == 'success' &&
35-
github.event.workflow_run.event == 'push'
35+
github.event.workflow_run.event == 'push' &&
36+
!contains(github.event.workflow_run.head_commit.message, 'chore(deps): align QPK pin') &&
37+
!contains(github.event.workflow_run.head_commit.message, '[skip-cloud-run-deploy]')
3638
)
3739
runs-on: ubuntu-latest
3840
timeout-minutes: 20

0 commit comments

Comments
 (0)