Skip to content

Commit 86f7c5c

Browse files
committed
feature/PI-407-immutable_backups Trigger backups param workflow
1 parent 7ad5510 commit 86f7c5c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: "Deploy: Parameters - Backups"
22

3-
on:
4-
workflow_dispatch:
5-
inputs:
6-
account:
7-
description: Account to deploy
8-
required: true
9-
default: backups
3+
on: pull_request
4+
# workflow_dispatch:
5+
# inputs:
6+
# account:
7+
# description: Account to deploy
8+
# required: true
9+
# default: backups
1010

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 }}/parameters"
18-
secrets: inherit # pragma: allowlist secret
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 }}/parameters"
18+
# secrets: inherit # pragma: allowlist secret
1919

2020
run-name: Deploying parameters to nonprod workspace - ${{ inputs.account }}

0 commit comments

Comments
 (0)