Skip to content

Commit

Permalink
[Infra] Follow-up to #14176 (#14177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Dec 3, 2024
1 parent 1d367ae commit 06e4318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ jobs:
# Only when this is not a scheduled run
if: github.event_name != 'schedule'
outputs:
changed: ${{ steps.firestore_src_changes.outputs.sources || steps.related_changes.outputs.other_changes }}
changed: ${{ steps.firestore_src_changes.outputs.sources == 'true' || steps.related_changes.outputs.other_changes == 'true' }}
steps:
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3.0.2
id: firestore_src_changes
with:
predicate-quantifier: 'every'
filters: |
sources:
# Firestore sources
- 'Firestore/**'
- '!**/*.md'
- uses: dorny/paths-filter@v2
- '!Firestore/**/*.md'
- uses: dorny/paths-filter@v3.0.2
id: related_changes
with:
filters: |
Expand Down

0 comments on commit 06e4318

Please sign in to comment.