From c40a513ea20d1056e5aeacd60fb78783a05a435d Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 2 Aug 2024 11:37:33 -0600 Subject: [PATCH] exclude playwright tests on devops/* changes --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index bde19cb7..33793be1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -9,6 +9,7 @@ on: - '.github/workflows/sync-default.yml' - '.github/tests/*.bats' - 'private/scripts/**' + - 'devops/**' - 'docs/**' - '*.md' - 'phpcs.yml'