Dinko, On 6/2/21 1:34 PM, Dinko Korunic wrote:
Yes, GItHub Actions has support for flagging some of the jobs in matrix as experimental (which will permit job to fail and other jobs in the matrix will continue to execute), for instance:https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations <https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations> https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run <https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run>
Oh, continue-on-error also exists on the job level. IMO it's badly named, but it appears to be what I was looking for.
Based off the other responses we might not need it after all, but it's good to know that it is possible. Thanks!
Best regards Tim Düsterhus

