Skip to content

Commit 11d099a

Browse files
committed
feature/PI-407-immutable_backups Reset workflows and update deploy
1 parent 479b7ef commit 11d099a

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

.github/workflows/_deploy_backups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
name: "Deploy: Account Wide - Backups"
22

33
on:
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

2019
run-name: Deploying account wide to nonprod workspace - ${{ inputs.account }}

0 commit comments

Comments
 (0)