mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-14 19:43:41 +01:00
Temporary disable cron schedule
This commit is contained in:
parent
e80d027227
commit
b2d8cbce87
1 changed files with 3 additions and 3 deletions
6
.github/workflows/localization.yml
vendored
6
.github/workflows/localization.yml
vendored
|
@ -4,9 +4,9 @@
|
|||
name: Crowdin Action
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *' # Every 6 hours - https://crontab.guru/#0_*/6_*_*_*
|
||||
#on:
|
||||
#schedule:
|
||||
#- cron: '0 */6 * * *' # Every 6 hours - https://crontab.guru/#0_*/6_*_*_*
|
||||
|
||||
jobs:
|
||||
synchronize-with-crowdin:
|
||||
|
|
Loading…
Reference in a new issue