浏览代码

[github] don't cancel all build if one fails [skip ci]

Victor Seva 1 年之前
父节点
当前提交
c302ccdd9e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/github-packages.yml

+ 1 - 0
.github/workflows/github-packages.yml

@@ -33,6 +33,7 @@ jobs:
       contents: read
       packages: write
     strategy:
+      fail-fast: false
       matrix:
         dist: ${{fromJson(needs.pre-docker.outputs.dist)}}
     steps: