Skip to content

Commit

Permalink
fix: auto-promote
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 28, 2022
1 parent d5bf6b2 commit 914ee29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-and-promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
environment_repository: CloudNativeEntrepreneur/example-local-env
project: example-local-env
pull_request: true
pull_request: false
values: |
# Set from promote job of CloudNativeEntrepreneur/example-dlq-service
local: true
Expand All @@ -27,4 +27,4 @@ jobs:
with:
environment_repository: CloudNativeEntrepreneur/example-prod-env
project: example-prod-env
pull_request: true
pull_request: false

0 comments on commit 914ee29

Please sign in to comment.