Update .github/workflows/notify_weekly.yaml

This commit is contained in:
Alexis
2023-02-28 17:38:43 -08:00
committed by GitHub
parent 44be66eed9
commit 10b0fb6da0
+1 -1
View File
@@ -2,7 +2,7 @@ name: Weekly Github Update
on:
schedule:
# Every week on Thursday @ 1:00
# Every week on Thursday @ 13:00
- cron: "0 13 * * 4"
jobs:
send-mattermost-message: