Skip to content

Commit

Permalink
Turned off Cron schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchel3 authored Aug 2, 2024
1 parent 1c9533b commit b388608
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/6-scheduled-production-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
working-directory: ./src
if: github.event.schedule == '0 4 1 * *'
run: |
python manage.py sync_user_subs --clear-dangling
python manage.py sync_user_subs --clear-dangling

0 comments on commit b388608

Please sign in to comment.