diff --git a/.github/workflows/cron-surveyStatusUpdate.yml b/.github/workflows/cron-surveyStatusUpdate.yml index 8d365d842b..d516cab874 100644 --- a/.github/workflows/cron-surveyStatusUpdate.yml +++ b/.github/workflows/cron-surveyStatusUpdate.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: # "Scheduled workflows run on the latest commit on the default or base branch." # β€” https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#schedule - # schedule: - # Runs β€œAt 00:00.” (see https://crontab.guru) - # - cron: "0 0 * * *" + schedule: + # Runs "At 00:00." (see https://crontab.guru) + - cron: "0 0 * * *" jobs: cron-weeklySummary: env: