fix(ci): remove space

This commit is contained in:
Tienson Qin
2025-12-10 17:35:40 +08:00
parent 9fc2b2c73b
commit 84df4ad93a

View File

@@ -10,7 +10,7 @@ jobs:
build-and-sync-docs:
runs-on: ubuntu-latest
# Only run on manual trigger or when the commit message starts with "chore(libs): bump version"
if: github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore(libs): bump version')
if: github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore(libs):bump version')
steps:
- name: Checkout logseq repository