From 8bbb141ee9d2a1d606ac1c09b2ad8601ab66b06d Mon Sep 17 00:00:00 2001 From: Brian Beggs Date: Mon, 24 Jun 2024 15:23:22 -0400 Subject: [PATCH] chore: Normalize dependency update schedule for all enterprise python applications. --- .github/workflows/upgrade-python-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 8bded9b29c..edae3eb3ca 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -2,7 +2,7 @@ name: Upgrade Requirements on: schedule: - - cron: "15 0 * * 2" + - cron: "0 2 * * 1" workflow_dispatch: inputs: branch: