Explorar o código

Enable fail-fast for wheels build, in an attempt to free up workers.

Jelmer Vernooij %!s(int64=3) %!d(string=hai) anos
pai
achega
02ac0dc920
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/pythonwheels.yml

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

@@ -18,7 +18,7 @@ jobs:
           - os: ubuntu-latest
             python-version: '3.x'
           # path encoding
-      fail-fast: false
+      fail-fast: true
 
     steps:
     - uses: actions/checkout@v2