Skip to content

Commit f552984

Browse files
committed
ci: Fix workflow syntax error
1 parent f29fdf5 commit f552984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-and-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fi
110110
111111
- name: Compile UIKitBackend docs
112-
if: ${{ matrix.devicetype == "iPhone" }}
112+
if: ${{ matrix.devicetype == 'iPhone' }}
113113
uses: OWNER/compile-docs@SHA
114114
with:
115115
target: UIKitBackend

0 commit comments

Comments
 (0)