From f4352979493a60583f8698988077e86270135c90 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 12 Mar 2026 11:14:44 +0100 Subject: [PATCH] ci: adjust WPT daily start time --- .github/workflows/wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index b14f3c76..8de846b4 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -10,7 +10,7 @@ env: on: schedule: - - cron: "23 2 * * *" + - cron: "21 2 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: