Skip to content

Commit

Permalink
don't fail both builds if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 18, 2023
1 parent ec067af commit fa2e1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
name: Ubuntu ${{ matrix.ubuntu-version }} - Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- builder-image: "ghcr.io/${{ github.repository_owner }}/psibase-builder-ubuntu-2004:b2a46a609b12f645aaeb03245afd0e3d2bf75340"
Expand Down

0 comments on commit fa2e1b5

Please sign in to comment.