From eab0fe264bf5e7e105827651bbb6a895354aa9c3 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 30 Mar 2025 17:30:02 +0200 Subject: [PATCH] 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 Reviewed-By: Filip Skokan Reviewed-By: Luigi Pinca --- .github/workflows/update-wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-wpt.yml b/.github/workflows/update-wpt.yml index 766155b49e..82174b2c64 100644 --- a/.github/workflows/update-wpt.yml +++ b/.github/workflows/update-wpt.yml @@ -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: