diff --git a/.github/workflows/check-binary-size.yml b/.github/workflows/check-binary-size.yml index 5e8ba72f..31934fa9 100644 --- a/.github/workflows/check-binary-size.yml +++ b/.github/workflows/check-binary-size.yml @@ -6,9 +6,12 @@ name: Check binary size on: pull_request_target: - # HACK(jubilee): something broke the distributed LLVM libso and I don't know what. - branches: [] -# - master + branches: + - master + +# Remove all permissions for the workflow to increase security; the individual jobs +# below specify the exact permissions they need +permissions: {} # Both the "measure" and "report" jobs need to know this. env: