-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
PR review companion to not run if nothing was uploaded in the PR text #3786
Comments
Here's the "PR test" that started it https://github.com/mdn/content/runs/2255762883?check_suite_focus=true |
Wow! It's still not supported. At least according to actions/runner#662 |
Hmm. So it's possible to "control the error" a bit. I
but what's the point? - name: Unzip what was downloaded
+ if: steps.download.conclusion == 'success' They're not being run anyway if you have an error in the first step. I think it's quite OK what happened in https://github.com/mdn/content/actions/runs/712480017 For that, I'm going to just re-arrange and rewrite the error because |
PR review companion will crash if there was no upload in the "PR test"
E.g. https://github.com/mdn/content/runs/2255769916?check_suite_focus=true
The text was updated successfully, but these errors were encountered: