Update .github/workflows/notify_weekly.yaml

This commit is contained in:
Alexis
2023-02-28 17:38:23 -08:00
committed by GitHub
parent 173b832a8f
commit 44be66eed9
+1 -1
View File
@@ -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