Skip to content

Commit 90c46f4

Browse files
committed
fix(ci): restrict native locale refresh dispatch
1 parent a7d5fe6 commit 90c46f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/native-app-locale-refresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
jobs:
2727
refresh:
28-
if: github.repository == 'openclaw/openclaw' && (github.event_name != 'push' || github.actor != 'github-actions[bot]')
28+
if: github.repository == 'openclaw/openclaw' && (github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main') && (github.event_name != 'push' || github.actor != 'github-actions[bot]')
2929
strategy:
3030
fail-fast: false
3131
max-parallel: 2

0 commit comments

Comments
 (0)