coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

Disable automated tests on PRs and run them only once per week #1534

Closed hendrikmakait closed 1 month ago

phofl commented 1 month ago

i.e. we have to make sure that a test passes locally because it won't be run on CI when we create a PR, correct?

hendrikmakait commented 1 month ago

i.e. we have to make sure that a test passes locally because it won't be run on CI when we create a PR, correct?

We're still able to fire off manual runs via the "Run workflow" button on https://github.com/coiled/benchmarks/actions/workflows/tests.yml

A better way of handling partial runs would be nice, but is out of scope.

phofl commented 1 month ago

thx