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
e57841f87e
commit
eab0fe264b
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…
x
Reference in New Issue
Block a user