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.
2 parents 73b643c + bcd226d commit 42abf86Copy full SHA for 42abf86
1 file changed
.github/workflows/cicd-1-pull-request.yaml
@@ -27,6 +27,7 @@ jobs:
27
deploy-stage:
28
name: Deploy stage
29
needs: [commit-stage, test-stage]
30
+ if: contains(github.event.pull_request.labels.*.name, 'deploy')
31
permissions:
32
id-token: write
33
uses: ./.github/workflows/stage-4-deploy.yaml
0 commit comments