mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-11 06:05:12 +03:00
Always run build even if ormolu is skipped
This commit is contained in:
parent
efef97a383
commit
b9143fc27a
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -49,6 +49,7 @@ jobs:
|
||||
build:
|
||||
name: ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: ${{ always() }}
|
||||
needs: ormolu
|
||||
defaults:
|
||||
run:
|
||||
|
Loading…
Reference in New Issue
Block a user