Skip to content

Commit

Permalink
Disable fail fast. Continue build if commit fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgleissner committed Jun 9, 2024
1 parent 1625db1 commit 2da8c84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build:

strategy:
fail-fast: false
matrix:
java-version: [ 21, 22 ]
os: [ Ubuntu-22.04, ubuntu-24.04 ]
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
git pull
- name: Commit results
continue-on-error: true
uses: stefanzweifel/git-auto-commit-action@v5
with:
skip_dirty_check: true
Expand Down

0 comments on commit 2da8c84

Please sign in to comment.