Skip to content

Commit 88280cf

Browse files
authored
1 parent e2802b5 commit 88280cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health_metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
binary_size_metrics:
4848
needs: check
4949
# Prevent the job from being triggered in fork.
50-
if: always() && github.repository == 'Firebase/firebase-ios-sdk'
50+
if: github.event.pull_request.head.repo.full_name == github.repository && (github.event.action != 'closed' || github.event.pull_request.merged)
5151
runs-on: macos-11
5252
strategy:
5353
matrix:

0 commit comments

Comments
 (0)