Skip to content

Commit

Permalink
Change email time to 7am (UTC).
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Sep 25, 2023
1 parent 430ab1e commit 67bc1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Daily runs
on:
schedule:
- cron: '0 8 * * 1' # 8 am on mondays
- cron: '0 7 * * 1' # 7 am UTC on mondays
push:
paths:
- '.github/workflows/weekly.yml'
Expand Down

0 comments on commit 67bc1f3

Please sign in to comment.