소스 검색

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