jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

ci: constrain workflow triggers to avoid duplicate runs and runs without relevant changes #1487

Closed consideRatio closed 2 years ago

consideRatio commented 2 years ago

With dependabot active, we need to avoid triggering workflows twice. While doing that, I also made the github workflow triggers avoid triggering on unrelated changes as its otherwise happens we would overload the CI system.