-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Checks job aborted if a step fails GH30298 #30303
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
Hello @suzutomato! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-12-25 07:43:48 UTC |
lgtm @datapythonista |
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.
Thanks @suzutomato, looks good, if you revert the failing changes we can merge this, looks like the always()
is fixing the problem.
There is a problem for the benchmarks artifact, but it's unrelated to this, I'll create a separate issue.
The intentional errors have been removed. |
I guess the CI errors are unrelated, can you merge master into your branch to see if the errors get fixed please?
|
@suzutomato mind finishing this whenever you have a second - definitely looking forward to this feature |
So sorry, I overlooked @atapythonista's last message. |
4a38543
to
f053e11
Compare
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.
Thanks!
I'm wondering if always means it'll always run, and ideally we want to run only if the previous step run. But let's merge this, as its surely an improvement and see if we can iterate further later.
LGTM - sure improvement Side note maybe we really want Assume we are currently using the free plan? https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-github-actions#usage-limits |
I'll give a try to |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff