equinor / terraform-baseline

Best practices for creating reusable Terraform modules using the Azure provider
https://equinor.github.io/terraform-baseline/
MIT License
12 stars 5 forks source link

ci: add reusable daily workflow #167

Closed helenakallekleiv closed 4 months ago

helenakallekleiv commented 4 months ago

Referring to the inputs context will fail when this workflow is triggered by the schedule.

To solve this, you need to create a separate reusable workflow (with only the workflow_call trigger), and then another workflow that calls that reusable workflow (with the schedule trigger).

Noted, any naming suggestions for the separate workflow?