瀏覽代碼

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

(cherry picked from commit c302ccdd9e1f32bd1534a4cdcfde30dd26f9c672)
Victor Seva 1 年之前
父節點
當前提交
b33f350525
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/github-packages.yml

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

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