[misc] Run management benchmark jobs on file changes (#3343)

They will always run on Main
This commit is contained in:
Maycon Santos
2025-02-18 10:45:41 +01:00
committed by GitHub
parent f67e56d3b9
commit bd381d59cd
2 changed files with 12 additions and 1 deletions

View File

@@ -111,4 +111,3 @@ Generate gRpc code:
#!/bin/bash
protoc -I proto/ proto/management.proto --go_out=. --go-grpc_out=.
```