Skip to content

Commit 190c8cc

Browse files
committed
2 parents b291e17 + 6e2f677 commit 190c8cc

File tree

2 files changed

+101
-1
lines changed

2 files changed

+101
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
run-terraform-apply:
11+
needs: run-terraform-linter
1112
uses: ./.github/workflows/terraform-apply.yml
1213
permissions:
1314
contents: read
1415
secrets: inherit
1516
run-terraform-linter:
16-
needs: [run-terraform-apply]
1717
uses: ./.github/workflows/terraform-linter.yml
1818
permissions:
1919
contents: read

assets/infra_architecture.drawio.svg

Lines changed: 100 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)