fix: remove duplicate condition line in workflow-sync-trigger [skip ci]

This commit is contained in:
Moko Consulting [bot]
2026-06-25 17:05:51 +00:00
parent 5ab1782715
commit 4715dba7fc
@@ -30,7 +30,6 @@ jobs:
github.event_name == 'workflow_dispatch' ||
(github.event.pull_request.merged == true &&
!contains(github.event.pull_request.title, '[skip sync]'))
!contains(github.event.pull_request.title, '[skip sync]')
steps:
- name: Determine platform from repo name