In #gitlab, it would be "does pipeline succeed or not". In github, I must specify which job that must succeed.
This is an issue, since the repo includes multiple deployments and hence different test jobs.
Seems that the solution is to make a master pipeline that combines all options, and then have a check job that evaluates if the combination of changed files and job successes means that everything went well.






