Skip to content

Commit 049118a

Browse files
authored
Disable health-metrics test in pull requests from forked repo. (#2819)
1 parent ef58845 commit 049118a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/health-metrics-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push, pull_request]
55
jobs:
66
binary-size-test:
77
name: Binary Size
8+
if: github.event_name == 'push' || !(github.event.pull_request.head.repo.fork)
89
runs-on: ubuntu-latest
910
env:
1011
METRICS_SERVICE_URL: ${{ secrets.METRICS_SERVICE_URL }}

0 commit comments

Comments
 (0)