Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.

Terraform Apply Cron Daily #1563

Terraform Apply Cron Daily

Terraform Apply Cron Daily #1563

Workflow file for this run

name: Terraform Apply Cron Daily
on:
schedule:
- cron: '22 3 * * *' # 3:22 UTC. Must match with destroy
- cron: '22 15 * * *'
push:
tags:
- daily_apply
jobs:
apply:
uses: ./.github/workflows/terraform-apply.yaml
with:
subfolder: "daily"
secrets: inherit