Skip to content

Commit 29574dd

Browse files
authored
Switch the TLD update workflow to daily (publicsuffix#1226)
Rather than checking for IANA updates every hour at 15 minutes past the hour, run every day, at 15:00 UTC
1 parent f59cfff commit 29574dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tld-update.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: tld-update
33
on:
44
schedule:
5-
# Run every hour, at the 15 minute mark. E.g.
6-
# 2020-11-29 00:15:00 UTC, 2020-11-29 01:15:00 UTC, 2020-11-29 02:15:00 UTC
7-
- cron: '15 * * * *'
5+
# Run once a day at 15:00 UTC
6+
- cron: '0 15 * * *'
87
jobs:
98
psl-gtld-update:
109
name: Check for TLD data updates

0 commit comments

Comments
 (0)