From f27f8a48d5fc39ad3517ccfcb0afcc5031b6a4e5 Mon Sep 17 00:00:00 2001 From: Richa <41283476+14Richa@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:53:26 +0530 Subject: [PATCH] Update .github/workflows/check-reactions-on-pr-and-issues.yml Co-authored-by: Khuda Dad Nomani <32505158+KhudaDad414@users.noreply.github.com> --- .github/workflows/check-reactions-on-pr-and-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-reactions-on-pr-and-issues.yml b/.github/workflows/check-reactions-on-pr-and-issues.yml index 4d5a9998..5144520c 100644 --- a/.github/workflows/check-reactions-on-pr-and-issues.yml +++ b/.github/workflows/check-reactions-on-pr-and-issues.yml @@ -1,7 +1,7 @@ name: Check Reactions on Pr and Issue on: schedule: - - cron: "0 0 * * 0" # Run at midnight on Sundays + - cron: "0 13 * * 0" # Run at 1 PM on Sundays workflow_dispatch: {} # Allow manual triggering jobs: check-reactions: