Browse Source

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

Victor Seva 1 year ago
parent
commit
c302ccdd9e
1 changed files with 1 additions and 0 deletions
  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: