Disable fail fast in generated workflows

This commit is contained in:
Henry Mercer 2024-05-10 16:24:22 +01:00
parent 4995c49010
commit c59e05245f
46 changed files with 46 additions and 0 deletions

View file

@ -117,6 +117,7 @@ for file in (this_dir / 'checks').glob('*.yml'):
checkJob = {
'strategy': {
'fail-fast': False,
'matrix': {
'include': matrix
}