Skip to content

Commit

Permalink
ci: Test waiting workflow in main job
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 28, 2024
1 parent b67fcb1 commit 18df032
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18df032

Please sign in to comment.