[skip ci] Ignore "update_i18n_languages" workflow head commit name condition on manual dispatch
This commit is contained in:
4
.github/workflows/update_i18n_languages.yml
vendored
4
.github/workflows/update_i18n_languages.yml
vendored
@@ -8,7 +8,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-i18n:
|
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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user