From 0db2fe0ebe30aa5eecdbf150209cb79713f613f9 Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Tue, 11 Mar 2025 09:23:36 -0700 Subject: [PATCH] Move predicate quantifier to correct location --- .github/workflows/ci_manager.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_manager.yml b/.github/workflows/ci_manager.yml index ed7e64009e..216cda7a37 100644 --- a/.github/workflows/ci_manager.yml +++ b/.github/workflows/ci_manager.yml @@ -31,10 +31,10 @@ jobs: - uses: dorny/paths-filter@v3 id: other_filter with: + # Makes it so that every pattern below must match. + # This enables the negative patterns to disable this job. + predicate-quantifier: 'every' filters: | - # Makes it so that every pattern below must match. - # This enables the negative patterns to disable this job. - predicate-quantifier: 'every' other_than_zig: - '**/*' - '!src/**'