From d58a91d1bbfcd63c91f38ef165019c07829613b7 Mon Sep 17 00:00:00 2001 From: neuronull Date: Thu, 29 Aug 2024 14:07:25 -0600 Subject: [PATCH] chore(ci): add codec test data dir to regression workflow ignore filter (#21185) --- .github/workflows/regression.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 5b4f1b38cf059..b0c1250747026 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -83,6 +83,7 @@ jobs: - "NOTICE" - "LICENSE-3rdparty.csv" - "LICENSE" + - "lib/codecs/tests/data/**" # This step allows us to conservatively run the tests if we added a new # file or directory for source code, but forgot to add it to this workflow.