From 4e57b47381bc4391f844d30bf2266eeb57dcdd8e Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 5 Jul 2024 15:46:38 +0100 Subject: [PATCH] Disable the installer trigger for alpha branch (#3561) --- .github/workflows/main.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 032f35808a..b83fa759fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,20 +11,20 @@ jobs: build: uses: ./.github/workflows/ci.yml - deploy-installers: - runs-on: ubuntu-latest - needs: build - steps: - - name: 🔫 Trigger Build Installers - uses: ALEEF02/workflow-dispatch@v3.0.0 - with: - workflow: Build Installers - repo: specklesystems/connector-installers - token: ${{ secrets.CONNECTORS_GH_TOKEN }} - inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ needs.build.outputs.version }}" }' - ref: main - wait-for-completion: true - wait-for-completion-interval: 10s - wait-for-completion-timeout: 10m - display-workflow-run-url: true - display-workflow-run-url-interval: 10s + # deploy-installers: + # runs-on: ubuntu-latest + # needs: build + # steps: + # - name: 🔫 Trigger Build Installers + # uses: ALEEF02/workflow-dispatch@v3.0.0 + # with: + # workflow: Build Installers + # repo: specklesystems/connector-installers + # token: ${{ secrets.CONNECTORS_GH_TOKEN }} + # inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ needs.build.outputs.version }}" }' + # ref: main + # wait-for-completion: true + # wait-for-completion-interval: 10s + # wait-for-completion-timeout: 10m + # display-workflow-run-url: true + # display-workflow-run-url-interval: 10s