Conversation
10092bf to
14eef82
Compare
14eef82 to
c4a2c50
Compare
|
I think I found the issue. I'm surprised this did not appear before. What do you think about my solution proposal? Do you agree with solving this in the context of octokit/.github#13? |
|
What is your proposed solution? I'm not sure I understand from this PR. |
The solution proposed is to always run the In the |
|
Sounds reasonable to me 🤷🏻 |
This will work for now, until we sort out the reusable workflows |
@wolfy1339 |
Yes. That would be great |
gr2m
left a comment
There was a problem hiding this comment.
Change looks good, I think we did something similar in a different project.
|
Here is the discussion we had in @semantic-release, we arrived at the same conclusion, but did not yet implement the change |
8d93278 to
bfafa4f
Compare
Description
Assure 'test' Check Run is always executed and
fails/succeedsaccordingly to the results of its dependency jobs.Context
When using
job.needs, by default only runs when the dependency jobs succeed. If one or more of them fail, the dependent job is skipped