We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897d10a commit d5a9b5dCopy full SHA for d5a9b5d
1 file changed
.github/workflows/translation.yml
@@ -1,6 +1,13 @@
1
name: Translation
2
3
on:
4
+ workflow_run:
5
+ workflows:
6
+ - Test
7
+ branches:
8
+ - main
9
+ types:
10
+ - completed
11
schedule:
12
- cron: '00 00,00 * * sun' # Runs at 00:00 UTC on Sunday
13
0 commit comments