From 6eba6d2442916d5a8c4185bc627b54b670ea6304 Mon Sep 17 00:00:00 2001 From: Kira Miller <31229189+kiram15@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:29:08 +0000 Subject: [PATCH] chore: change the cron schedule to run on friday instead of monday --- .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 b3cb492..bd182f3 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: "0 2 * * 1" + - cron: "0 2 * * 5" workflow_dispatch: inputs: branch: