Disable fail fast in generated workflows
This commit is contained in:
parent
4995c49010
commit
c59e05245f
46 changed files with 46 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ for file in (this_dir / 'checks').glob('*.yml'):
|
|||
|
||||
checkJob = {
|
||||
'strategy': {
|
||||
'fail-fast': False,
|
||||
'matrix': {
|
||||
'include': matrix
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue