Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 35ed531

Browse files
trigger terraform only after docker images are built
1 parent 78f14c8 commit 35ed531

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/terraform.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,14 @@ name: 'Terraform'
4949
# workflows: [ "Build Docker Images" ]
5050
# types: [ completed ]
5151
on:
52-
push:
53-
branches:
54-
- main
55-
pull_request:
52+
workflow_run:
53+
workflows: [ "Build Docker Images" ]
54+
types:
55+
- completed
56+
# push:
57+
# branches:
58+
# - main
59+
# pull_request:
5660

5761
jobs:
5862
terraform:

0 commit comments

Comments
 (0)