mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACS-10101] Reduce cron job execution window (#4761)
This commit is contained in:
2
.github/workflows/pull-from-crowdin.yml
vendored
2
.github/workflows/pull-from-crowdin.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Pull Translations from Crowdin
|
name: Pull Translations from Crowdin
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 7-17 * * 1-5"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
pull-from-crowdin:
|
pull-from-crowdin:
|
||||||
|
2
.github/workflows/upstream-adf.yml
vendored
2
.github/workflows/upstream-adf.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Upstream adf
|
name: Upstream adf
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */3 * * *' # “At minute 0 past every 3rd hour.”
|
- cron: '0 10,14,17 * * 1-5' #At 10,14,17 on every day-of-week from Monday through Friday.
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
|
Reference in New Issue
Block a user