From f68a1222fd5c0a6f42f50454f42361beaf744910 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 17 Mar 2025 16:08:39 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Don=E2=80=99t=20install?= =?UTF-8?q?=20Playwright=20browsers=20in=206.3=20branch.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes use of the new input added in [60005] that allows older branches to skip Playwright related steps. See #63117. git-svn-id: https://develop.svn.wordpress.org/branches/6.3@60006 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/end-to-end-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 3594e2d221..5949962fea 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -48,6 +48,7 @@ jobs: with: LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }} install-gutenberg: false + install-playwright: false slack-notifications: name: Slack Notifications