Explorar el Código

Merge pull request #7216 from ThomasWaldmann/fix-ci-1.2

fix github CI (1.2-maint)
TW hace 2 años
padre
commit
28bf1db2c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -49,7 +49,7 @@ jobs:
 
     needs: lint
     strategy:
-      fail-fast: true
+      fail-fast: false
       matrix:
         include:
             - os: ubuntu-20.04