Skip to content

Requiring all jobs pass? (with a wildcard or some equivalent) #14

Answered by webknjaz
di asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Dustin!

Thanks for the kind words 🙏

It sounds like you may be confused by what is expected to be listed in the needs: field.

Let's start with that this is a feature of GitHub Actions and is processed by some orchestration code on GitHub's side. And it is initially processed when that orchestrator does not have any idea of which jobs will run, or how many. This is because of the dynamic nature of the workflows. We can even generate a job matrix from a previous job (I'm actually exploring for way over a year this in the context of tox-based projects and have a rather outstanding PoC).
If you look at https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#job…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@di
Comment options

Answer selected by webknjaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #13 on November 06, 2022 02:50.