From b6e6c61573c8b2b88d5e93bb521cf746d86e2990 Mon Sep 17 00:00:00 2001 From: yash-shah-asam <160132647+yash-shah-asam@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:54:24 +0200 Subject: [PATCH] Remove Trigger generator step from release workflow Signed-off-by: yash-shah-asam <160132647+yash-shah-asam@users.noreply.github.com> --- .github/workflows/release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adef55beb..e7eec0363 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,7 +189,7 @@ jobs: runs-on: ubuntu-latest needs: [deliverables, setup] steps: - # Retrieve the previously uploaded deliverables artifact + # Retrieve the previously uplohaded deliverables artifact - name: Retrieve previous artifacts uses: actions/download-artifact@v4 with: @@ -200,11 +200,3 @@ jobs: with: file: ASAM_OSI_${{needs.setup.outputs.output1}}.zip tag: ${{ github.ref }} - - name: Trigger generator - if: ${{ env.MUP_KEY != '' }} - uses: peter-evans/repository-dispatch@v2 - with: - token: ${{ secrets.MACHINE_USER_PAT }} - event-type: antora-build-trigger - repository: OpenSimulationInterface/osi-antora-generator - client-payload: '{"src": "${{ github.repository }}", "ref": "master"}'