소스 검색

[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: