From 25fe9b897b4076cd1df3adc630518cd8903328f6 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 22 Oct 2024 14:35:18 -0400 Subject: [PATCH] chore(ci): fix ignore filter (#21580) --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 8406b3ae42948..5407e033df959 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -68,7 +68,7 @@ jobs: all_changed: - added|deleted|modified: "**" ignore: - - "./.github/!(regression.yml)" + - "./.github/**/!(regression.yml)" - "./.gitignore" - "distribution/**" - "rust-doc/**"