From 9cdacf3ebfca05c3ac9c4964afa4fe6ab2d8f3e1 Mon Sep 17 00:00:00 2001 From: Ehsan Rezaei Date: Wed, 6 May 2026 12:30:15 +0200 Subject: [PATCH] AAE-45312 Removing propagate job from release workflow (#11864) * AAE-45312 Removing propagate job from release workflow * AAE-45312 Removing from doc --- .github/workflows/release.yml | 20 -------------------- docs/ci-commands.md | 1 - 2 files changed, 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e18e1274ce..41ee36ae7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,26 +135,6 @@ jobs: with: tagName: ${{ needs.release-npm.outputs.release_version }} - propagate: - needs: [release-npm] - if: ${{ contains(toJson(github.event.pull_request.labels.*.name), 'hxp-upstream') }} - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - name: HxP upstream invoke - uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7 # v4.0.0 - with: - repo: Alfresco/hxp-frontend-apps - ref: develop - workflow: upstream-adf.yml - token: ${{ secrets.ALFRESCO_BUILD_GH_TOKEN }} - wait-for-completion: false - inputs: > - { - "tag_version": "alpha" - } - npm-check-bundle: needs: [release-npm] timeout-minutes: 15 diff --git a/docs/ci-commands.md b/docs/ci-commands.md index 3437114504..dff544c7d3 100644 --- a/docs/ci-commands.md +++ b/docs/ci-commands.md @@ -28,7 +28,6 @@ Labels applied to the PR that affect CI behavior. |-------|--------| | `do not merge` | Blocks the PR from passing the finalize check. CI will fail until the label is removed. | | `next version` | Same as above - blocks the PR from merging. Used to hold PRs for the next release cycle. | -| `hxp-upstream` | (Release only) Triggers the HxP upstream propagation workflow after a successful release. | ## Automatic Skip Conditions