From 51cf6d229b601d7869a7f70f22810acaad02e1da Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 17 Mar 2025 16:27:57 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Don=E2=80=99t=20install?= =?UTF-8?q?=20Playwright=20browsers=20in=206.1=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. Merges [60006] to the 6.1 branch. See #63117. git-svn-id: https://develop.svn.wordpress.org/branches/6.1@60009 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 52a8d7bc41..4d49600507 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -49,6 +49,7 @@ jobs: LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }} php-version: '8.0' install-gutenberg: false + install-playwright: false slack-notifications: name: Slack Notifications