mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Move predicate quantifier to correct location
This commit is contained in:
parent
0f49641873
commit
0db2fe0ebe
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci_manager.yml
vendored
6
.github/workflows/ci_manager.yml
vendored
|
|
@ -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/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue