mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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:
|
||||
workflow_call:
|
||||
inputs:
|
||||
repo_to_update:
|
||||
description: Repository to update
|
||||
type: string
|
||||
required: false
|
||||
default: alfresco-applications
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
cluster_operation:
|
||||
|
7
.github/workflows/cron.yml
vendored
7
.github/workflows/cron.yml
vendored
@@ -58,3 +58,10 @@ jobs:
|
||||
name: trigger alpha test
|
||||
uses: ./.github/workflows/adf_alpha.yml
|
||||
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