Skip to content

Commit e0798fd

Browse files
committed
Limit usage of uno-check to uno targeted jobs
1 parent 8a8b288 commit e0798fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@ jobs:
112112
run: dotnet tool restore
113113

114114
- name: Run Uno Check to Install Dependencies
115+
if: ${{ matrix.multitarget == 'wasm' || matrix.multitarget == 'ios' || matrix.multitarget == 'android' || matrix.multitarget == 'macos' || matrix.multitarget == 'uwp' }}
115116
run: >
116117
dotnet tool run uno-check
117118
--ci
119+
--target ${{ matrix.multitarget }}
118120
--fix
119121
--non-interactive
120122
--skip wsl

0 commit comments

Comments
 (0)