scheduling the crowdin pull for every friday

This commit is contained in:
Joseph Flinn 2021-11-04 13:09:20 -07:00
parent 8c1c0fd832
commit a9e523ac9f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ name: Crowdin Sync
on:
workflow_dispatch:
inputs: {}
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * 5'
jobs:
crowdin-sync: