[meta] Change translation sync freq to weekly (#2198)

This commit is contained in:
Manav Rathi
2024-06-18 14:52:44 +05:30
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ on:
- ".github/workflows/auth-crowdin.yml"
schedule:
# See: [Note: Run workflow on specific days of the week]
- cron: "50 1 * * 2,5"
- cron: "50 1 * * 2"
# Also allow manually running the workflow
workflow_dispatch:

View File

@@ -10,7 +10,7 @@ on:
- ".github/workflows/mobile-crowdin.yml"
schedule:
# See: [Note: Run workflow on specific days of the week]
- cron: "40 1 * * 2,5"
- cron: "40 1 * * 2"
# Also allow manually running the workflow
workflow_dispatch:

View File

@@ -16,7 +16,7 @@ on:
# and FRI, this can be set to `2,5`.
#
# See also: [Note: Run workflow every 24 hours]
- cron: "20 1 * * 2,5"
- cron: "20 1 * * 2"
# Also allow manually running the workflow
workflow_dispatch: