From aedab068b9fead2706133ecb4738c878112971ae Mon Sep 17 00:00:00 2001 From: Andrew Chasin Date: Tue, 3 Oct 2023 10:48:45 -0400 Subject: [PATCH] only if input is prod --- .github/workflows/_deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_deployment.yaml b/.github/workflows/_deployment.yaml index 0e2e848..c9bb9f0 100644 --- a/.github/workflows/_deployment.yaml +++ b/.github/workflows/_deployment.yaml @@ -179,7 +179,7 @@ jobs: - name: Prod canary deployment to Cloud Run id: deploy-canary - if: inputs.environment == 'prod' && (github.event_name != 'pull_request' || github.event_name != 'push') + if: inputs.environment == 'prod' uses: google-github-actions/deploy-cloudrun@v0 with: project_id: ${{ vars.gcp_project_id }}