From 847a8b26286cc649f1e249557c2e7b23592c400c Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Fri, 27 Sep 2024 09:50:34 +0100 Subject: [PATCH] Oh yea no way to test because it only runs on main. In that case, push and hope! --- .github/workflows/code_test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_test_and_deploy.yml b/.github/workflows/code_test_and_deploy.yml index 69512808..7f51dc80 100644 --- a/.github/workflows/code_test_and_deploy.yml +++ b/.github/workflows/code_test_and_deploy.yml @@ -10,7 +10,7 @@ on: schedule: # Weekly cron job at 12:00 AM UTC on Mondays. # This will only run on main by default. - - cron: '1 0 * * 1' + - cron: '0 0 * * 1' jobs: linting: