diff --git a/.github/workflows/notify_weekly.yaml b/.github/workflows/notify_weekly.yaml index d259a8021..77e09a3e5 100644 --- a/.github/workflows/notify_weekly.yaml +++ b/.github/workflows/notify_weekly.yaml @@ -3,7 +3,7 @@ name: Weekly Github Update on: schedule: # Every week on Thursday @ 1:00 - - cron: "0 1 * * 4" + - cron: "0 13 * * 4" jobs: send-mattermost-message: runs-on: ubuntu-latest