Skip to content

Commit ecd5be8

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

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
@@ -225,7 +225,7 @@ jobs:
225225

226226
update-docs:
227227
runs-on: macos-14
228-
needs: macos, uikit, windows, linux
228+
needs: [macos, uikit, windows, linux]
229229
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
230230

231231
steps:

0 commit comments

Comments
 (0)