Skip to content

Commit d5a9b5d

Browse files
authored
Trigger the translation workflow on the test completion
1 parent 897d10a commit d5a9b5d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/translation.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Translation
22

33
on:
4+
workflow_run:
5+
workflows:
6+
- Test
7+
branches:
8+
- main
9+
types:
10+
- completed
411
schedule:
512
- cron: '00 00,00 * * sun' # Runs at 00:00 UTC on Sunday
613

0 commit comments

Comments
 (0)