Skip to content

Commit

Permalink
Revert "[Infra] Allow override for Firestore CI" (#11997)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Oct 24, 2023
1 parent 7816982 commit fd95691
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,7 @@ jobs:
# to be used as a required check for merging.
check-required-tests:
runs-on: ubuntu-latest
if: |
(github.repository == 'firebase/firebase-ios-sdk' && github.event_name == 'schedule') ||
(github.event_name == 'pull_request' && ${{ !contains(github.event.head_commit.message, 'skip ci') }})
if: always()
name: Check all required Firestore tests results
needs: [cmake, cmake-prod-db, xcodebuild, spm-source, spm-binary]
steps:
Expand Down

0 comments on commit fd95691

Please sign in to comment.