From 3d619df23831c717848bf5fc4a2fa77c4076ba8a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 13 Jun 2025 17:11:31 +0200 Subject: [PATCH] devops: ignore tests in CodeQL checks --- CodeQL.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CodeQL.yml diff --git a/CodeQL.yml b/CodeQL.yml new file mode 100644 index 000000000..4b8f962c5 --- /dev/null +++ b/CodeQL.yml @@ -0,0 +1,3 @@ +path_classifiers: + tests: + - "playwright/src/test/**"