Skip to content

Commit

Permalink
Add dpc-mgmt to github-actions-role
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf committed Sep 3, 2024
1 parent f30b728 commit a1babee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/github-actions-role-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ jobs:
fail-fast: false
matrix:
app: [ab2d, bcda, dpc]
env: [dev, test, sbx, prod]
include:
- app: ab2d
env: mgmt
- app: bcda
env: mgmt
env: [dev, test, sbx, prod, mgmt]
steps:
- uses: actions/checkout@v4
- uses: ./actions/setup-tfenv-terraform
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/github-actions-role-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:
fail-fast: false
matrix:
app: [ab2d, bcda, dpc]
env: [dev, test, sbx, prod]
include:
- app: ab2d
env: mgmt
- app: bcda
env: mgmt
env: [dev, test, sbx, prod, mgmt]
steps:
- uses: actions/checkout@v4
- uses: ./actions/setup-tfenv-terraform
Expand Down

0 comments on commit a1babee

Please sign in to comment.