[skip ci] Ignore "update_i18n_languages" workflow head commit name condition on manual dispatch

This commit is contained in:
schroda
2025-07-12 01:27:31 +02:00
parent f55e090a73
commit 49c1fa6cee

View File

@@ -8,7 +8,9 @@ on:
jobs:
update-i18n:
if: "startsWith(github.event.head_commit.message, 'Translations update from Hosted Weblate')"
if: >
github.event_name == 'workflow_dispatch' ||
endsWith(github.event.head_commit.message, 'Translations update from Hosted Weblate')
runs-on: ubuntu-latest
steps: