File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed
Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123
124124 set-success :
125125 name : Set Success
126- needs : [test--smoke, apigee--deploy ]
126+ needs : [terraform--apply ]
127127 runs-on : [self-hosted, ci]
128128 steps :
129129 - name : Set success env var
Original file line number Diff line number Diff line change 11name : " Deploy: Account Wide - Backups"
22
33on :
4- pull_request
5- # workflow_dispatch:
6- # inputs:
7- # account:
8- # description: Account to deploy
9- # required: true
10- # default: backups
11- # jobs:
12- # deploy:
13- # uses: ./.github/workflows/_deploy_backups.yml
14- # with:
15- # account: ${{ inputs.account }}
16- # workspace: ${{ inputs.account }}
17- # scope: "per_account/${{ inputs.account }}"
18- # secrets: inherit # pragma: allowlist secret
4+ workflow_dispatch :
5+ inputs :
6+ account :
7+ description : Account to deploy
8+ required : true
9+ default : backups
10+ jobs :
11+ deploy :
12+ uses : ./.github/workflows/_deploy_backups.yml
13+ with :
14+ account : ${{ inputs.account }}
15+ workspace : ${{ inputs.account }}
16+ scope : " per_account/${{ inputs.account }}"
17+ secrets : inherit # pragma: allowlist secret
1918
2019run-name : Deploying account wide to nonprod workspace - ${{ inputs.account }}
You can’t perform that action at this time.
0 commit comments