Skip to content

Commit 97c2cb5

Browse files
authored
[Infra] Require firestore status check only if firestore code changes
1 parent f390833 commit 97c2cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ jobs:
551551
# to be used as a required check for merging.
552552
check-required-tests:
553553
runs-on: ubuntu-latest
554-
if: always()
554+
if: needs.changes.outputs.changed == 'true'
555555
name: Check all required Firestore tests results
556556
needs: [cmake, cmake-prod-db, xcodebuild, spm-source, spm-binary]
557557
steps:

0 commit comments

Comments
 (0)