Skip to content

Commit 1711f01

Browse files
aduh95JonasBa
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: nodejs#57665 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d851fc5 commit 1711f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)