-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt CI trigger to run on PR from fork. #74
Conversation
The tests are flaky and seem unrelated to me |
.github/workflows/ci.yml
Outdated
# We would like to trigger for CI for any pull request action - | ||
# both from QuantCo's branches as well as forks. | ||
pull_request: | ||
types: [opened, labeled, unlabeled, synchronize] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default types are usually sufficient (this also misses reopened
;). Since none of the jobs below seem to be dependent on labels, I don't think it's necessary to use a custom list here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like so?
13d61ee
[Unrelated to this PR]
You might want to give https://github.com/box/flaky a try ;) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
=======================================
Coverage 94.46% 94.46%
=======================================
Files 15 15
Lines 1769 1769
=======================================
Hits 1671 1671
Misses 98 98 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Checklist
CHANGELOG.rst
entry