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:
Maurizio Vitale
2023-02-20 14:36:04 +00:00
committed by GitHub
parent f76e10ff09
commit b876102098
2 changed files with 13 additions and 0 deletions

View File

@@ -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:

View File

@@ -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