From b306c0dce00bb0239d110e472d9d1965fa6197ee Mon Sep 17 00:00:00 2001 From: neuronull Date: Thu, 29 Aug 2024 13:40:18 -0600 Subject: [PATCH] chore(ci): add codec test data dir to regression workflow ignore filter --- .github/workflows/regression.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index f43d69d876eaf..998b5a2770961 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.