Skip to content

Commit 88fec77

Browse files
committed
NRL-1595 set trigger to on push to perform first workflow run
1 parent f75fe70 commit 88fec77

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/deploy-account-wide-infra.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,19 @@ run-name: Account-wide infra deployment to ${{ inputs.environment }} of ${{ inpu
1313
# MGMT_ROLE_ARN is in repo secrets, so not needed in env
1414

1515
# Looping through envs to pull certs
16-
17-
on:
18-
workflow_dispatch:
19-
inputs:
20-
environment:
21-
description: "Environment to deploy to"
22-
required: true
23-
default: "account-dev"
24-
type: environment
25-
branch_name:
26-
description: Branch to deploy
27-
required: true
16+
on: push
17+
18+
# on:
19+
# workflow_dispatch:
20+
# inputs:
21+
# environment:
22+
# description: "Environment to deploy to"
23+
# required: true
24+
# default: "account-dev"
25+
# type: environment
26+
# branch_name:
27+
# description: Branch to deploy
28+
# required: true
2829

2930
permissions:
3031
id-token: write

0 commit comments

Comments
 (0)