mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
trigger upstream daily for hxp monorepo (#8298)
* trigger upstream daily for hxp monorepo * add a develop test * add a trigger * Fix inputs * [trigger adf] * check value * remove develop and merge --------- Co-authored-by: alfresco-build <alfresco-build@hyland.com>
This commit is contained in:
6
.github/workflows/adf_alpha.yml
vendored
6
.github/workflows/adf_alpha.yml
vendored
@@ -2,6 +2,12 @@ name: "upstream adf"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
repo_to_update:
|
||||||
|
description: Repository to update
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
default: alfresco-applications
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
cluster_operation:
|
cluster_operation:
|
||||||
|
7
.github/workflows/cron.yml
vendored
7
.github/workflows/cron.yml
vendored
@@ -58,3 +58,10 @@ jobs:
|
|||||||
name: trigger alpha test
|
name: trigger alpha test
|
||||||
uses: ./.github/workflows/adf_alpha.yml
|
uses: ./.github/workflows/adf_alpha.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user