Skip to content

Commit

Permalink
add scheduled time
Browse files Browse the repository at this point in the history
Co-Authored-By: Stefan Wendhausen <[email protected]>
  • Loading branch information
heelc29 and tecpromotion committed Nov 5, 2023
1 parent 5ba7104 commit 9ec5f01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote-get-japanese-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: J5 Get Japanese Translation files

on:
workflow_dispatch:
# Runs once a day at x:yy
# Runs once a day at 9:16
schedule:
- cron: 'yy x * * *'
- cron: '16 9 * * *'

jobs:
collect-from-external:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remote-get-russian-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: J5 Get Russian Translation files

on:
workflow_dispatch:
# Runs once a day at x:yy
# Runs once a day at 9:01
schedule:
- cron: 'yy x * * *'
- cron: '01 9 * * *'

jobs:
collect-from-external:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ These two files can't be processed manual, because of the amount of work and ris
* UTC 08:16-08:30 -> Get J5 Ukrainian and upload Translations to Crowdin
* UTC 08:31-08:45 -> Get J4 Japanese and upload Translations to Crowdin
* UTC 08:46-09:00 -> Get J4 Ukrainian and upload Translations to Crowdin

* UTC TBD -> Get J5 Russian and upload Translations to Crowdin
* UTC TBD -> Get J5 Japanese and upload Translations to Crowdin
* UTC 09:01-09:15 -> Get J5 Russian and upload Translations to Crowdin
* UTC 09:16-09:30 -> Get J5 Japanese and upload Translations to Crowdin

## Folder Structure external repositories
The following structure is required for external repositories, if we need to sync it with this repository.
Expand Down

0 comments on commit 9ec5f01

Please sign in to comment.