-
Notifications
You must be signed in to change notification settings - Fork 169
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
TST: Remove custom CI skip #5734
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5734 +/- ##
=======================================
Coverage 74.27% 74.27%
=======================================
Files 408 408
Lines 37129 37134 +5
Branches 4571 4571
=======================================
+ Hits 27577 27583 +6
+ Misses 9552 9551 -1
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
Whoa! They listened to the users! Now if they would just implement |
Bad news is that currently the built-in CI skipping skips everything in |
Ah, so if you have a commit at HEAD that has |
Btw, is there a reason to keep the |
Actually, I just merged the equivalent PR on Well, I have a fix in for cancelling at styfle/cancel-workflow-action#55 but it is just sitting there. You can choose to remove this altogether, keep it as is until my PR is merged (if ever), or use my forked branch; but I think that is out of scope here. |
I see. Cool. We'll just leave it here then. I suspect you would run into the problem if you did "Rebase and merge" which would put that rebased commit with |
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!
Yeah... at this point, the rule is server side now and out of our control. The only thing we can do is workaround it. |
See https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/