Skip to content

Commit

Permalink
ci: allow workflows to complete even if one job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
echozio committed Dec 7, 2022
1 parent 1069707 commit a95ad77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
build-push:
name: Build and Push Container Image
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: true
fail-fast: false
matrix:
images:
- name: laravel-nginx
Expand Down

0 comments on commit a95ad77

Please sign in to comment.