From 993b55019db10d48959bafe0b2d9296a5aa8be63 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:07:23 +0100 Subject: [PATCH] [release-12.3.2] CI: Add e2e-playwright folder to e2e test detection changes (#115635) CI: Add e2e-playwright folder to e2e test detection changes (#115623) (cherry picked from commit 133865182e125b73d902ce07176abdc89fffe084) Co-authored-by: Matheus Macabu --- .github/actions/change-detection/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/change-detection/action.yml b/.github/actions/change-detection/action.yml index 49c1f44477b..a6236b6401c 100644 --- a/.github/actions/change-detection/action.yml +++ b/.github/actions/change-detection/action.yml @@ -95,6 +95,7 @@ runs: - '${{ inputs.self }}' e2e: - 'e2e/**' + - 'e2e-playwright/**' - '.github/actions/setup-enterprise/**' - '.github/actions/checkout/**' - 'emails/**'