Skip to content

Commit

Permalink
Test nees before if.
Browse files Browse the repository at this point in the history
  • Loading branch information
granluo committed Feb 4, 2021
1 parent bee92bd commit f45262f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: ./scripts/code_coverage_report/get_updated_files.sh

pod-lib-lint-database:
needs: check
# Don't run on private repo unless it is a PR.
if: always() && github.repository == 'Firebase/firebase-ios-sdk' && (needs.check.outputs.database_run_job || github.event.pull_request.merged)
needs: check
runs-on: macOS-latest
strategy:
matrix:
Expand All @@ -47,9 +47,9 @@ jobs:
path: /Users/runner/*.xcresult

pod-lib-lint-functions:
needs: check
# Don't run on private repo unless it is a PR.
if: always() && github.repository == 'Firebase/firebase-ios-sdk' && (needs.check.outputs.functions_run_job || github.event.pull_request.merged)
needs: check
runs-on: macOS-latest
strategy:
matrix:
Expand Down

0 comments on commit f45262f

Please sign in to comment.