ci: run PR workflows on top of any branch#197
Conversation
This makes sure that PRs depending on ohter PRs are still running all the CI jobs. Otherwise some of the workflows don't run on that type of PR which base is just another branch from another PR.
📝 WalkthroughWalkthroughBranch-based filtering removed from pull_request triggers across six GitHub Actions workflows, allowing CI workflows to be triggered by pull requests from any branch instead of only main and release-* branches. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I wonder, why do we even run pytest-matrix and e2e against this PR? |
pytest will stop running after we merge the other PR :) e2e runs because we are modifying - '.github/workflows/e2e.yaml' |
ah so it's testing changes to it's own ci definitions huh?
ok nice! |
|
Thank you :D |
This makes sure that PRs depending on ohter PRs are still running all the CI jobs. Otherwise some of the workflows don't run on that type of PR which base is just another branch from another PR.
Summary by CodeRabbit