Browse Source

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

(cherry picked from commit c302ccdd9e1f32bd1534a4cdcfde30dd26f9c672)
Victor Seva 1 năm trước cách đây
mục cha
commit
b33f350525
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: