Skip to content

Commit f03a31a

Browse files
committed
don't bother building desktop if no desktop changes
1 parent 96143c1 commit f03a31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
build-desktop:
158158
name: Build Desktop
159159
needs: changes
160-
if: needs.changes.outputs.rust == 'true' || needs.changes.outputs.desktop == 'true'
160+
if: needs.changes.outputs.desktop == 'true'
161161
strategy:
162162
fail-fast: false
163163
matrix:

0 commit comments

Comments
 (0)