This commit is contained in:
Marco Carrozzo
2023-03-09 15:30:31 +01:00
parent a39480bc48
commit 6dd3fc61fc
2 changed files with 21 additions and 1 deletions
+5 -1
View File
@@ -88,10 +88,14 @@ jobs:
with:
node-version: 14
cache-dependency-path: package-lock.json
- name: Debug on failure
uses: mxschmitt/action-tmate@v3
with:
timeout-minutes: 60
limit-access-to-actor: true
- name: Trigger Alpha ADF child build
shell: bash
if: ${{ contains(github.event.head_commit.message, '[trigger adf]') || inputs.cluster_operation == 'TRIGGER_ALPHA_ADF' || github.event.schedule == '0 12 * * *' }}
run: |
npm install github-api
./scripts/github/update/update-project.sh -p $GH_BUILD_NUMBER -t $GH_TOKEN -v alpha -c $GH_COMMIT -r ${{ inputs.repo_to_update }}
+16
View File
@@ -0,0 +1,16 @@
name: pr-workflow
on:
push:
branches:
- "devops/*"
jobs:
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