There was an error while loading. Please reload this page.
1 parent c88f524 commit 7fba2ceCopy full SHA for 7fba2ce
.github/workflows/health-metrics.yml
@@ -91,7 +91,8 @@ jobs:
91
if: |
92
(github.event_name == 'push' && github.repository == 'firebase/firebase-android-sdk')
93
|| (github.event_name == 'pull_request'
94
- && github.event.pull_request.head.repo.full_name == github.repository)
+ && github.event.pull_request.head.repo.full_name == github.repository
95
+ && github.event.pull_request.base.ref == 'master')
96
runs-on: ubuntu-latest
97
steps:
98
- uses: actions/checkout@v3
0 commit comments