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

Commit b61b2db

Browse files
trigger only after docker image build completion
1 parent 0917768 commit b61b2db

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/terraform.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,9 @@
4444

4545
name: 'Terraform'
4646

47-
# on:
48-
# workflow_run:
49-
# workflows: [ "Build Docker Images" ]
50-
# types: [ completed ]
5147
on:
5248
workflow_run:
53-
workflows: [ "Build Docker Images", "Build Docker Images", "CodeQL" ]
49+
workflows: [ "Build Docker Images" ]
5450
types:
5551
- completed
5652
# push:

0 commit comments

Comments
 (0)