From b876102098ecce172f0087f1ad547927f1f18987 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Mon, 20 Feb 2023 14:36:04 +0000 Subject: [PATCH] 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 --- .github/workflows/adf_alpha.yml | 6 ++++++ .github/workflows/cron.yml | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/adf_alpha.yml b/.github/workflows/adf_alpha.yml index 9d9f2ddf7a..0c58a7fad3 100644 --- a/.github/workflows/adf_alpha.yml +++ b/.github/workflows/adf_alpha.yml @@ -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: diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 6cf3af50e1..7118016af4 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -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