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

Co-authored-by: Copilot <[email protected]>
This commit is contained in:
Ludy
2025-09-04 15:11:09 +01:00
committed by GitHub
co-authored by Copilot
parent 0776ecc96b
commit 0d7649bee8
2 changed files with 28 additions and 1 deletions
+6
View File
@@ -30,3 +30,9 @@ project: &project
- frontend/**
- docker/**
- testing/**
frontend: &frontend
- frontend/**
- .github/workflows/testdriver.yml
- testing/**
- docker/**