ci: don't emit bep for non-test commands (#62339)

Rebase mistake reintroduced the BEP file in `common` 🤦 b5cf7b8ab4

## Test plan

Undoing change reintroduced by mistake
This commit is contained in:
Noah S-C 2024-05-01 13:44:18 +01:00 committed by GitHub
parent 071da3ef77
commit 2519301e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,10 +63,6 @@ test --build_event_binary_file=build_event_log.bin
test --build_event_binary_file_path_conversion=false
test --build_event_binary_file_upload_mode=wait_for_upload_complete
test --build_event_publish_all_actions=true
common --build_event_binary_file=build_event_log.bin
common --build_event_binary_file_path_conversion=false
common --build_event_binary_file_upload_mode=wait_for_upload_complete
common --build_event_publish_all_actions=true
# These likely perform faster locally than the overhead of pulling/pushing from/to the remote cache,
# as well as being able to reduce how much we push to the cache