Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ jobs:
# to be used as a required check for merging.
check-required-tests:
runs-on: ubuntu-latest
if: always()
if: needs.changes.outputs.changed == 'true'
name: Check all required Firestore tests results
needs: [cmake, cmake-prod-db, xcodebuild, spm-source, spm-binary]
steps:
Expand Down
Loading