From b388608dbe64ce51d688673cb453c29f96fc2bc5 Mon Sep 17 00:00:00 2001 From: Justin Mitchel Date: Thu, 1 Aug 2024 20:03:26 -0600 Subject: [PATCH] Turned off Cron schedule. --- .github/workflows/6-scheduled-production-worker.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/6-scheduled-production-worker.yaml b/.github/workflows/6-scheduled-production-worker.yaml index 875f5f3..0c8c15c 100644 --- a/.github/workflows/6-scheduled-production-worker.yaml +++ b/.github/workflows/6-scheduled-production-worker.yaml @@ -2,9 +2,9 @@ name: 6 - Scheduled Production Worker on: workflow_dispatch: - schedule: - - cron: '0 1,12 * * *' - - cron: '0 4 1 * *' + #schedule: + # - cron: '0 1,12 * * *' + # - cron: '0 4 1 * *' # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule jobs: @@ -56,4 +56,4 @@ jobs: working-directory: ./src if: github.event.schedule == '0 4 1 * *' run: | - python manage.py sync_user_subs --clear-dangling \ No newline at end of file + python manage.py sync_user_subs --clear-dangling