Skip to content

Commit bde026a

Browse files
authored
Merge pull request Expensify#72038 from rushatgabhane/fix-order
Fix order of filters
2 parents db1bc37 + 71e2d64 commit bde026a

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)