From c6ad734de0af9850d259f21140a92975df305466 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 28 Mar 2025 13:45:28 +0100 Subject: [PATCH] ci: run wpt classic only on PR --- .github/workflows/wpt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 3fe78fc4..a3416928 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -41,8 +41,8 @@ jobs: wpt: name: web platform tests - # Don't run the CI with draft PR. - if: github.event.pull_request.draft == false + # Only for PR without draft. + if: github.event_name == 'pull_request' && github.event.pull_request.draft == false runs-on: ubuntu-latest