From 4f6f412d2d31c9a4c7b4fce2bace889bc60772ef Mon Sep 17 00:00:00 2001 From: Brandon High Date: Wed, 15 Mar 2023 07:39:51 -0700 Subject: [PATCH] Decreate cron kickoff schedule now that I've verified it works --- .github/workflows/promote-dev-to-messy.yaml | 2 +- .github/workflows/promote-messy-to-prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/promote-dev-to-messy.yaml b/.github/workflows/promote-dev-to-messy.yaml index 6e18fc6e..17c918e4 100644 --- a/.github/workflows/promote-dev-to-messy.yaml +++ b/.github/workflows/promote-dev-to-messy.yaml @@ -1,7 +1,7 @@ name: promote-dev-to-messy on: schedule: - - cron: '5,15,25,35,45,55 * * * *' + - cron: '15 * * * *' workflow_dispatch: inputs: dry-run: diff --git a/.github/workflows/promote-messy-to-prod.yaml b/.github/workflows/promote-messy-to-prod.yaml index 11537cd7..fb281ea4 100644 --- a/.github/workflows/promote-messy-to-prod.yaml +++ b/.github/workflows/promote-messy-to-prod.yaml @@ -1,7 +1,7 @@ name: promote-messy-to-prod on: schedule: - - cron: '5,15,25,35,45,55 * * * *' + - cron: '35 * * * *' workflow_dispatch: inputs: dry-run: