From a1e7cbc4da68a4e37dc2dc08c335b8cdd82b3ecf Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 7 Dec 2023 11:14:28 +0100 Subject: [PATCH] ci: fix dependency job name --- .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 d07233a6..2bd0b1e4 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -100,7 +100,7 @@ jobs: perf-fmt: name: perf-fmt - needs: benchmark + needs: wpt # Don't execute on PR if: github.event_name != 'pull_request'