Skip to content

Commit ad5dcc5

Browse files
committedMar 30, 2025··
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 affeaac commit ad5dcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/update-wpt.yml

+1-1
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)
Please sign in to comment.