Revisit CI testing strategies #100
Labels
ci
Improvements or additions to CI checks
configuration
Changes to the configurations
help wanted
Extra attention is needed
We need to revisit how to trigger the CI checks based on the events (
pull_request
vs.push
), branches (main
,staging
, and the rest), and matrices (e.g., OS and Python versions).Potentially we could remove
tox
, but then it might make sense to enforce the CI tests on everypush
event for all the branches. Currently CI tests is only enabled forpush
tomain
andpull_request
for other branches.We also need to document the branching model and how it affects running the CI checks.
The text was updated successfully, but these errors were encountered: