mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +00:00
[meta] Change translation cron schedule Tue => Mon
This commit is contained in:
parent
a7e5de7493
commit
a8c267e2b0
3
.github/workflows/auth-crowdin-sync.yml
vendored
3
.github/workflows/auth-crowdin-sync.yml
vendored
@ -2,8 +2,9 @@ name: "Sync Crowdin translations (auth)"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
# Run Mondays at ~6:30 AM IST
|
||||||
# See: [Note: Run workflow on specific days of the week]
|
# See: [Note: Run workflow on specific days of the week]
|
||||||
- cron: "50 1 * * 2"
|
- cron: "50 0 * * 1"
|
||||||
# Also allow manually running the workflow.
|
# Also allow manually running the workflow.
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
3
.github/workflows/mobile-crowdin-sync.yml
vendored
3
.github/workflows/mobile-crowdin-sync.yml
vendored
@ -2,8 +2,9 @@ name: "Sync Crowdin translations (mobile)"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
# Run Mondays at ~6:30 AM IST
|
||||||
# See: [Note: Run workflow on specific days of the week]
|
# See: [Note: Run workflow on specific days of the week]
|
||||||
- cron: "40 1 * * 2"
|
- cron: "40 0 * * 1"
|
||||||
# Also allow manually running the workflow.
|
# Also allow manually running the workflow.
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
4
.github/workflows/web-crowdin-sync.yml
vendored
4
.github/workflows/web-crowdin-sync.yml
vendored
@ -9,6 +9,8 @@ on:
|
|||||||
# Or the workflow itself is changed
|
# Or the workflow itself is changed
|
||||||
- ".github/workflows/web-crowdin.yml"
|
- ".github/workflows/web-crowdin.yml"
|
||||||
schedule:
|
schedule:
|
||||||
|
# Run Mondays at ~6:00 AM IST
|
||||||
|
#
|
||||||
# [Note: Run workflow on specific days of the week]
|
# [Note: Run workflow on specific days of the week]
|
||||||
#
|
#
|
||||||
# The last (5th) component of the cron syntax denotes the day of the
|
# The last (5th) component of the cron syntax denotes the day of the
|
||||||
@ -16,7 +18,7 @@ on:
|
|||||||
# and FRI, this can be set to `2,5`.
|
# and FRI, this can be set to `2,5`.
|
||||||
#
|
#
|
||||||
# See also: [Note: Run workflow every 24 hours]
|
# See also: [Note: Run workflow every 24 hours]
|
||||||
- cron: "20 1 * * 2"
|
- cron: "20 0 * * 1"
|
||||||
# Also allow manually running the workflow.
|
# Also allow manually running the workflow.
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user