Skip to content

Commit dd2936b

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

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
@@ -33,10 +33,8 @@ jobs:
3333
fi
3434
shell: bash
3535
- name: Validate
36-
run: |
37-
if [ ${{ matrix.os }} != 'windows-latest' ]; then
38-
make validate
39-
fi
36+
if: matrix.os == 'ubuntu-22.04'
37+
run: make validate
4038
- name: Build
4139
run: make build
4240
- name: Run Tests

0 commit comments

Comments
 (0)