-
Notifications
You must be signed in to change notification settings - Fork 820
Open
Description
Currently, CI push events run on any branch except for some
https://github.com/open-telemetry/opentelemetry-python/blob/main/.github/workflows/test_0.yml#L8
This means that they run on the pushes to someone's fork as part of a PR. This doubles CI load with no reason and can increase notification spam for flaky builds. I couldn't find any obvious branch that needs CI events except for main, does it make sense to set CI to only run for main push to avoid forks?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels