From 7b38923b7d64c598aa93b2922f8111b2e27d7e22 Mon Sep 17 00:00:00 2001 From: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:10:43 +0530 Subject: [PATCH] fix: survey status cron (#4252) --- .github/workflows/cron-surveyStatusUpdate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: