We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46f63d commit 68c541bCopy full SHA for 68c541b
.github/workflows/cicd-pipeline.yml
@@ -63,7 +63,7 @@ jobs:
63
64
deploy:
65
name: "Deploy"
66
- if: github.event_name == 'pull_request' && needs.details.outputs.membership || github.event_name == 'push' && needs.details.outputs.membership
+ if: needs.details.outputs.membership && (github.event_name == 'push' || github.event.pull_request.draft == false)
67
uses: ./.github/workflows/argocd-deploy.yml
68
needs:
69
- details
0 commit comments