fix(ci:testdriver): conditionally run frontend tests based on file changes (#4064)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ludy
2025-09-04 16:11:09 +02:00
committed by GitHub
parent 0776ecc96b
commit 0d7649bee8
2 changed files with 28 additions and 1 deletions

View File

@@ -30,3 +30,9 @@ project: &project
- frontend/**
- docker/**
- testing/**
frontend: &frontend
- frontend/**
- .github/workflows/testdriver.yml
- testing/**
- docker/**