Skip to content

Commit

Permalink
Merge pull request #4583 from fluent/ci-ruby-head-remove-continue-on-…
Browse files Browse the repository at this point in the history
…error

CI: Set continue-on-error false for Ruby Head
  • Loading branch information
ashie authored Aug 7, 2024
2 parents 8a6e98e + b940f32 commit 5618dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ruby-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: read-all
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: true
continue-on-error: false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5618dd0

Please sign in to comment.