Skip to content

Commit 71e2d64

Browse files
Fix order of filters
1 parent db1bc37 commit 71e2d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reviewerChecklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
filters: |
1919
should_run:
20-
- '**'
2120
- '!docs/**/*.md'
2221
- '!docs/**/*.csv'
22+
- '**'
2323
2424
- name: reviewerChecklist.js
2525
if: steps.filter.outputs.should_run == 'true'

0 commit comments

Comments
 (0)