criteo / hwbench

hwbench is a benchmark orchestration tool to automate the low-level testing of servers.
Apache License 2.0
19 stars 4 forks source link

Do not run test on direct push #22

Closed vminet closed 4 months ago

vminet commented 4 months ago

Commit d3105449f303 ("test: ensure every commit in a PR works") ensures that every commit in a pull request is tested. But the way it changes the github action makes it incompatible with being run on direct push.

Since direct push to main are forbidden, it makes sense to disable running tests in this case until a better solution is found.