Temporary disable cron schedule

This commit is contained in:
Andrii Bodnar 2022-07-04 15:35:53 +03:00 committed by GitHub
parent e80d027227
commit b2d8cbce87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: