mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* separate cron e2e from upstream and for different repo * remove useless env --------- Co-authored-by: alfresco-build <alfresco-build@hyland.com>
28 lines
701 B
YAML
28 lines
701 B
YAML
name: "cron upstream daily"
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 12 * * *'
|
|
|
|
jobs:
|
|
adf-upstream-alpha-alfresco-aca:
|
|
name: trigger upstream alpha for alfresco-content-app
|
|
uses: ./.github/workflows/adf_alpha.yml
|
|
secrets: inherit
|
|
with:
|
|
repo_to_update: alfresco-content-app
|
|
|
|
adf-upstream-alpha-alfresco-apps:
|
|
name: trigger upstream alpha for alfresco-applications
|
|
uses: ./.github/workflows/adf_alpha.yml
|
|
secrets: inherit
|
|
with:
|
|
repo_to_update: alfresco-applications
|
|
|
|
adf-upstream-alpha-hxp:
|
|
name: trigger upstream alpha for hxp monorepo
|
|
uses: ./.github/workflows/adf_alpha.yml
|
|
secrets: inherit
|
|
with:
|
|
repo_to_update: alfresco-apps
|