Skip to content

Commit edc9f5c

Browse files
hack out binary size checks
1 parent 4c8fe97 commit edc9f5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-binary-size.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ name: Check binary size
66

77
on:
88
pull_request_target:
9-
branches:
10-
- master
9+
# HACK(jubilee): something broke the distributed LLVM libso and I don't know what.
10+
branches: []
11+
# - master
1112

1213
# Both the "measure" and "report" jobs need to know this.
1314
env:

0 commit comments

Comments
 (0)