Disable fail fast for non-generated workflows
This commit is contained in:
parent
c59e05245f
commit
f73b0b70eb
5 changed files with 6 additions and 0 deletions
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
|
@ -73,6 +73,7 @@ jobs:
|
|||
build:
|
||||
needs: [check-codeql-versions]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-20.04,ubuntu-22.04,windows-2019,windows-2022,macos-11,macos-12,macos-13]
|
||||
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue