From a4be7e69088c2d6975f0ae918e64a4293b23917a Mon Sep 17 00:00:00 2001 From: pdimens Date: Fri, 19 Apr 2024 09:56:26 -0400 Subject: [PATCH] add tests file --- .github/filters.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/filters.yml b/.github/filters.yml index bb18dfb48..0074a9741 100644 --- a/.github/filters.yml +++ b/.github/filters.yml @@ -5,6 +5,7 @@ common: &common - '**validations.py' - '**__main__.py' - 'resources/harpy.yaml' + - '**tests.yml' - 'resources/buildforCI.sh' preflight: - *common