Skip to content

Commit 215d717

Browse files
aduh95RafaelGSS
authored andcommitted
tools: fix WPT update cron string
The comment says every week, but the actual string defines every day. Let's set it to one week, as it is quite noisy at the moment. PR-URL: #57665 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 892c772 commit 215d717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-wpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: WPT update
33
on:
44
schedule:
55
# Run once a week at 12:00 AM UTC on Sunday.
6-
- cron: 0 0 * * *
6+
- cron: 0 0 * * 0
77
workflow_dispatch:
88
inputs:
99
subsystems:

0 commit comments

Comments
 (0)