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: