File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments