浏览代码

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

Jelmer Vernooij 3 年之前
父节点
当前提交
02ac0dc920
共有 1 个文件被更改,包括 1 次插入1 次删除
  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