From 18df032106f358ff379f4cb9a17c474a395e292f Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 28 May 2024 14:12:17 +0200 Subject: [PATCH] ci: Test waiting workflow in main job --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cc4f7a807..eefaf13806 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,4 +61,10 @@ jobs: compression-level: 0 # no compression - name: 🔫 Trigger Build Installers - run: ./build.ps1 build-installers ${{ secrets.CONNECTORS_GH_TOKEN }} ${{ github.run_id }} ${{ env.fullSemVer }} + uses: aurelien-baudet/workflow-dispatch@v2 + with: + workflow: Build Installers + repo: specklesystems/connector-installers + token: ${{ secrets.CONNECTORS_GH_TOKEN }} + inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ env.fullSemVer }}" }' + ref: main