fix(ci): restrict native locale refresh dispatch

This commit is contained in:
Vincent Koc
2026-06-26 17:33:39 -07:00
committed by Vincent Koc
parent a7d5fe6343
commit 90c46f48b6
@@ -25,7 +25,7 @@ concurrency:
jobs:
refresh:
if: github.repository == 'openclaw/openclaw' && (github.event_name != 'push' || github.actor != 'github-actions[bot]')
if: github.repository == 'openclaw/openclaw' && (github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main') && (github.event_name != 'push' || github.actor != 'github-actions[bot]')
strategy:
fail-fast: false
max-parallel: 2