fix: allow workflow_dispatch to trigger sync job [skip ci]

This commit is contained in:
Moko Consulting [bot]
2026-06-25 17:05:07 +00:00
parent 6b6cca5761
commit dcbd33a72f
@@ -27,7 +27,9 @@ jobs:
name: Sync workflows to live repos
runs-on: ubuntu-latest
if: >-
github.event.pull_request.merged == true &&
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: