From b4b718d1ba9a018b1cfc9b45716672475e067d5d Mon Sep 17 00:00:00 2001 From: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:25:08 +0530 Subject: [PATCH] Update notification-reminder.yml --- .github/workflows/notification-reminder.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/notification-reminder.yml b/.github/workflows/notification-reminder.yml index 1fb86a7..eb9d442 100644 --- a/.github/workflows/notification-reminder.yml +++ b/.github/workflows/notification-reminder.yml @@ -1,15 +1,15 @@ name: PR and Issue Activity Reminder via Slack -# on: -# schedule: -# - cron: '0 10 */2 * *' # Runs at 10:00 AM UTC every 2 days -# workflow_dispatch: - on: schedule: - - cron: '*/5 * * * *' # Runs every 5 minutes + - cron: '0 10 */2 * *' # Runs at 10:00 AM UTC every 2 days workflow_dispatch: +# on: +# schedule: +# - cron: '*/5 * * * *' # Runs every 5 minutes +# workflow_dispatch: + jobs: send-reminders: runs-on: ubuntu-latest