-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Refine trigger filter for both PRs and pushes #5619
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
Conversation
Previously only one of the trigger conditions had the filter. This is a follow-up to pymc-devs#5364.
04ece5c to
397a374
Compare
| - "pyproject.toml" | ||
| - "buildosx" |
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 pyproject.toml is only relevant for the tools running in pre-commit.
The buildosx does not seem to have a purpose. It's 8 years old, was never changed and is not mentioned anywhere in the codebase.
| - "*.py" | ||
| - "conda-envs/**" | ||
| - "codecov.yml" | ||
| - "scripts/*.sh" |
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.
These scripts are involved in creating the test environments.
Codecov Report
@@ Coverage Diff @@
## main #5619 +/- ##
==========================================
+ Coverage 87.67% 87.69% +0.02%
==========================================
Files 76 76
Lines 13717 13717
==========================================
+ Hits 12026 12029 +3
+ Misses 1691 1688 -3
|
OriolAbril
left a comment
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, thanks!
Previously only one of the trigger conditions had the filter.
This is a follow-up to #5364.
Unfortunately, the changes can't be tested on this PR because of how GitHub determines the diff:
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#git-diff-comparisons