E2E: fix storybook e2e playwright test (#108010)

* fix storybook e2e playwright test

* update action to run if test is modified
This commit is contained in:
Ashley Harrison
2025-07-11 10:50:00 +00:00
committed by GitHub
parent d6f52d5d9b
commit 16183d794c
2 changed files with 3 additions and 1 deletions
@@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'packages/grafana-ui/**'
- 'e2e-playwright/storybook/**'
- '!docs/**'
- '!*.md'
push:
@@ -11,6 +12,7 @@ on:
- main
paths:
- 'packages/grafana-ui/**'
- 'e2e-playwright/storybook/**'
- '!docs/**'
- '!*.md'