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:
Antoine du Hamel 2025-03-30 17:30:02 +02:00
parent affeaac0c7
commit ad5dcc5798
No known key found for this signature in database
GPG key ID: 21D900FFDB233756

View file

@ -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: