From a361ced7ff40d0775764eaeb918d9371b8c3501f Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Tue, 26 Mar 2024 15:56:22 -0700 Subject: [PATCH] feat: run drift detection every 6 hours --- .github/workflows/drift-detection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/drift-detection.yml b/.github/workflows/drift-detection.yml index 76f64e4..c8791d3 100644 --- a/.github/workflows/drift-detection.yml +++ b/.github/workflows/drift-detection.yml @@ -3,7 +3,7 @@ name: Scheduled Terragrunt Drift Detection on: schedule: # Run the drift detection every 6 hours - - cron: '*/5 * * * * ' + - cron: '0 */6 * * *' jobs: drift-detection: