From 5af12c722e621b10316e0d13384eeef5c1e025bf Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 22 Jul 2026 12:23:39 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AD=20ci:=20Scope=20Playwright=20Runs?= =?UTF-8?q?=20to=20Relevant=20Changes=20(#14388)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/playwright-mock.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright-mock.yml b/.github/workflows/playwright-mock.yml index 8eda96761f..682497fb97 100644 --- a/.github/workflows/playwright-mock.yml +++ b/.github/workflows/playwright-mock.yml @@ -2,8 +2,11 @@ name: Playwright E2E Tests on: pull_request: - paths-ignore: - - '**.md' + paths: + - '**' + - '!**.md' + - '!.github/workflows/**' + - '.github/workflows/playwright-mock.yml' workflow_dispatch: inputs: reason: