Skip to content

Commit 108351c

Browse files
[PM-29444] Update cron jobs to run at midnight on Sundays (#2197)
1 parent fa4ee98 commit 108351c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cron-update-public-suffix-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Cron / Update public suffix list
22
on:
33
schedule:
4-
# Run weekly on Monday at 00:00 UTC
5-
- cron: '0 0 * * 1'
4+
# Run weekly on Sunday at 00:00 UTC
5+
- cron: '0 0 * * 0'
66
workflow_dispatch:
77

88
env:

.github/workflows/crowdin-pull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ run-name: Crowdin Pull - ${{ github.event_name == 'workflow_dispatch' && 'Manual
44
on:
55
workflow_dispatch:
66
schedule:
7-
- cron: '0 0 * * 5'
7+
# Run weekly on Sunday at 00:00 UTC
8+
- cron: '0 0 * * 0'
89

910
jobs:
1011
crowdin-sync:

0 commit comments

Comments
 (0)