Skip to content

Commit 7fba2ce

Browse files
authored
Disable Startup Time Report for some PR (firebase#4932)
For PR not merge into master branch, Disable Startup Time Report
1 parent c88f524 commit 7fba2ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/health-metrics.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
if: |
9292
(github.event_name == 'push' && github.repository == 'firebase/firebase-android-sdk')
9393
|| (github.event_name == 'pull_request'
94-
&& github.event.pull_request.head.repo.full_name == github.repository)
94+
&& github.event.pull_request.head.repo.full_name == github.repository
95+
&& github.event.pull_request.base.ref == 'master')
9596
runs-on: ubuntu-latest
9697
steps:
9798
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)