-
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
ci: ensure "xxx succeeded" properly fail #20288
Conversation
The last fixup commit shows this is now failling this PR b/c of the fixup commit. |
(now that I'm looking at this, the tools-build-success has the same issue) |
.github/workflows/check-commits.yml
Outdated
with: | ||
jobs: ${{ toJSON(needs) }} | ||
|
||
## adding some fixup |
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.
I don't get this 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.
that's from the test fixup commit (which makes this PR fail)
Sorry for the late addition, I've added a similar fix for the tools build test, plus another test commit. |
tools-buildtest failed (as expected due to the test commit that broke edbg) |
b2e83de
to
5a16b63
Compare
Sorry again, but now this is ready. |
Contribution description
Fixes #20287 and a similar issue for the "tools-build succeeded" ci job.
Testing procedure
Issues/PRs references