ci(sync): sync-trigger runs-on release [skip sync] [#134] #69

Merged
jmiller merged 1 commits from fix/sync-trigger-runner into main 2026-07-19 02:01:49 +00:00
@@ -7,7 +7,7 @@
# INGROUP: MokoCLI.Universal
# REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli
# PATH: /.mokogit/workflows/workflow-sync-trigger.yml
# VERSION: 01.01.00
# VERSION: 01.01.01
# BRIEF: Trigger workflow sync to live repos when a PR is merged to main
name: "Universal: Workflow Sync Trigger"
@@ -25,7 +25,7 @@ env:
jobs:
sync:
name: Sync workflows to live repos
runs-on: ubuntu-latest
runs-on: release
if: >-
startsWith(github.event.repository.name, 'Template-') &&
(github.event_name == 'workflow_dispatch' ||