mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
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: https://github.com/nodejs/node/pull/57665 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
affeaac0c7
commit
ad5dcc5798
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-wpt.yml
vendored
2
.github/workflows/update-wpt.yml
vendored
|
@ -3,7 +3,7 @@ name: WPT update
|
|||
on:
|
||||
schedule:
|
||||
# Run once a week at 12:00 AM UTC on Sunday.
|
||||
- cron: 0 0 * * *
|
||||
- cron: 0 0 * * 0
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
subsystems:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue