Skip to content

Commit

Permalink
Merge pull request #170 from CDCgov/story-1153-prd_cron_never
Browse files Browse the repository at this point in the history
Change prd CRON to never run
  • Loading branch information
halprin authored Sep 24, 2024
2 parents d60cd73 + 04d7f6f commit fe72618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/environments/prd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ module "template" {

environment = "prd"
deployer_id = "f5feabe7-5d37-40ba-94f2-e5c0760b4561" //github app registration in Flexion Azure Entra
cron = "0 30 9 * May Mon"
cron = "* * * 30 Feb *" //run every second of February 30th, which never happens and is the equivalent of never running
}

0 comments on commit fe72618

Please sign in to comment.