Skip to content

Commit 50b18e3

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 <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8d285df commit 50b18e3

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)