Skip to content

Commit be307eb

Browse files
committed
fix GH workflow
Signed-off-by: Grant Linville <[email protected]>
1 parent dd2936b commit be307eb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
cache: false
2828
go-version: "1.21"
2929
- name: Build UI
30-
run: |
31-
if [ ${{ matrix.os }} != 'windows-latest' ]; then
32-
make build-ui
33-
fi
30+
if: matrix.os == 'ubuntu-22.04'
31+
run: make build-ui
3432
shell: bash
3533
- name: Validate
3634
if: matrix.os == 'ubuntu-22.04'

0 commit comments

Comments
 (0)