From 90c46f48b63af8dd23f540ca384409101ef01df0 Mon Sep 17 00:00:00 2001 From: Vincent Koc <25068+vincentkoc@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:33:39 -0700 Subject: [PATCH] fix(ci): restrict native locale refresh dispatch --- .github/workflows/native-app-locale-refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-app-locale-refresh.yml b/.github/workflows/native-app-locale-refresh.yml index 366fe7ed8ce5..9c245bac6338 100644 --- a/.github/workflows/native-app-locale-refresh.yml +++ b/.github/workflows/native-app-locale-refresh.yml @@ -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