Skip to content

Commit

Permalink
trigger upstream daily for hxp monorepo (#8298)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mauriziovitale and alfresco-build authored Feb 20, 2023
1 parent f76e10f commit b876102
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/adf_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b876102

Please sign in to comment.