Skip to content

Commit

Permalink
add iac plan trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Mar 26, 2024
1 parent 318741b commit 0da325b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/iac_plan.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: plan-iac
on:
push:

on:
workflow_call:
workflow_run:
workflows: [validate-iac]
types:
- completed

env:
tf_version: '1.6.2'
tg_version: '0.55.15'
Expand Down

0 comments on commit 0da325b

Please sign in to comment.