Skip to content

Commit

Permalink
Update translation sync timings
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustD2 authored Sep 22, 2023
1 parent 9d28b6f commit 43a4308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scheduled Crowdin Sync

on:
schedule:
- cron: '0 */12 * * *' # Sync every 12 hours - https://crontab.guru/#0_*/12_*_*_*
- cron: '0 17 * * */6' # Sync at 17:00 every Saturday - https://crontab.guru/#0_17_*_*_*/6
workflow_dispatch: # For manually running the action

jobs:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 43a4308

Please sign in to comment.