We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2802b5 commit 88280cfCopy full SHA for 88280cf
.github/workflows/health_metrics.yml
@@ -47,7 +47,7 @@ jobs:
47
binary_size_metrics:
48
needs: check
49
# Prevent the job from being triggered in fork.
50
- if: always() && github.repository == 'Firebase/firebase-ios-sdk'
+ if: github.event.pull_request.head.repo.full_name == github.repository && (github.event.action != 'closed' || github.event.pull_request.merged)
51
runs-on: macos-11
52
strategy:
53
matrix:
0 commit comments