Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9137ed9 commit 3cb46f7Copy full SHA for 3cb46f7
1 file changed
.github/workflows/bunnyshell_deploy-preview-env.yaml
@@ -86,6 +86,7 @@ jobs:
86
env-name: "Sylius PR #${{ needs.load-artifact.outputs.pr-number }}"
87
bunnyshell-yaml-contents: ${{ needs.load-artifact.outputs.bunnyshell-yaml-contents }}
88
comment-on-pr: true
89
+ create-no-deploy: ${{ needs.load-artifact.outputs.is-pull-request-event == 'true' }}
90
deploy-as-stopped: ${{ needs.load-artifact.outputs.is-pull-request-event == 'true' }}
91
secrets:
92
bunnyshell-access-token: ${{ secrets.BUNNYSHELL_ACCESS_TOKEN }}
0 commit comments