Skip to content

Commit a81fb3d

Browse files
hotfix: allow a workflow to trigger another workflow
Signed-off-by: Brian Muenzenmeyer <[email protected]>
1 parent c109a38 commit a81fb3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/translations-pr-lint-and-format.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
name: Incoming Translation Checks
66

77
on:
8+
# run when new translations download
9+
workflow_run:
10+
workflows: ["Crowdin Download"]
11+
types:
12+
- completed
13+
# run when someone tries to manually change localized content
814
pull_request_target:
915
branches:
1016
- main

0 commit comments

Comments
 (0)