Skip to content

Commit 10bfe9b

Browse files
committed
fix
1 parent d2736ba commit 10bfe9b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-push-deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ jobs:
100100
# Call our deployment workflow, so long as this is not a forked PR
101101
# This will run the deployment workflow in the base branch, not in the PR.
102102
# So if you change the deploy workflow in your PR, the changes won't be reflected in this run.
103-
deploy:
104-
name: Deploy
105-
needs: [build, get-deploy-labels]
106-
if: needs.get-deploy-labels.outputs.deploy-envs != '[]'
107-
uses: ./.github/workflows/deploy.yml
108-
with:
109-
deploy-envs: ${{ needs.get-deploy-labels.outputs.deploy-envs }}
110-
image-tag: ${{ github.event.pull_request.head.sha }}
111-
secrets: inherit
103+
# deploy:
104+
# name: Deploy
105+
# needs: [build, get-deploy-labels]
106+
# if: needs.get-deploy-labels.outputs.deploy-envs != '[]'
107+
# uses: ./.github/workflows/deploy.yml
108+
# with:
109+
# deploy-envs: ${{ needs.get-deploy-labels.outputs.deploy-envs }}
110+
# image-tag: ${{ github.event.pull_request.head.sha }}
111+
# secrets: inherit

0 commit comments

Comments
 (0)