Skip to content

Commit

Permalink
Stop fail-fast for ci image build
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Aug 1, 2024
1 parent 7b75dca commit e8674ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- dockerfile: swift-ci/main/ubuntu/18.04/Dockerfile
Expand Down

0 comments on commit e8674ec

Please sign in to comment.