ci: allow running other jobs in the matrix if one of them fails (#8624)

This commit is contained in:
Muhammad Atif Ali
2023-07-20 15:56:47 +00:00
committed by GitHub
parent fd5d26d385
commit deb9261232
+1
View File
@@ -240,6 +240,7 @@ jobs:
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest