-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Test conditional workflow runs #5364
Conversation
Tried using the info from: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore but doesn't seem to work |
Codecov Report
@@ Coverage Diff @@
## main #5364 +/- ##
==========================================
+ Coverage 80.36% 80.40% +0.03%
==========================================
Files 89 82 -7
Lines 14808 14067 -741
==========================================
- Hits 11901 11311 -590
+ Misses 2907 2756 -151
|
If someone can look into the actions thing that would be great, otherwise I'll remove those files from the PR and keep only the removals of unused files |
For the CI runs here, your changes did not have an effect. Maybe because it need to have been merged first? |
Let's try if merging works, good idea |
Previously there were two trigger conditions (PRs and pushes to main). With the change all pushes (to PR branches or main) trigger it, and the `paths:` filter applies every time. This is a follow-up to #5364.
Previously there were two trigger conditions (PRs and pushes to main). With the change all pushes (to PR branches or main) trigger it, and the `paths:` filter applies every time. This is a follow-up to #5364.
Previously only one of the trigger conditions had the filter. This is a follow-up to #5364.
Previously only one of the trigger conditions had the filter. This is a follow-up to #5364.
Previously only one of the trigger conditions had the filter. This is a follow-up to #5364.
Previously only one of the trigger conditions had the filter. This is a follow-up to #5364. Fixup
Previously only one of the trigger conditions had the filter. This is a follow-up to pymc-devs#5364.
Previously only one of the trigger conditions had the filter. This is a follow-up to #5364.
Also use the opportunity for some cleanup of infrastructure related files