We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80128d commit 28e2e97Copy full SHA for 28e2e97
.github/workflows/test-build-deploy.yaml
@@ -75,4 +75,4 @@ jobs:
75
with:
76
image: ${{ needs.build.outputs.image }}
77
environment: gcp
78
- deploy-prod: ${{ startsWith(github.ref, 'refs/heads/master') }}
+ #deploy-prod: ${{ startsWith(github.ref, 'refs/heads/master') }}
0 commit comments