Skip to content

Commit

Permalink
try continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
debug-ito committed Oct 31, 2024
1 parent 2b0bf17 commit cba2d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- ghc: '8.8.1'

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.plan.allow-fail == true }}
## continue-on-error: ${{ matrix.plan.allow-fail == true }}
continue-on-error: true
env:
FREEZE: ${{ matrix.plan.freeze }}

Expand Down

0 comments on commit cba2d6c

Please sign in to comment.