Skip to content

Commit

Permalink
ci: Faster polling for installers start/finish state
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 28, 2024
1 parent 18df032 commit 22354fd
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,10 +61,16 @@ jobs:
compression-level: 0 # no compression

- name: 🔫 Trigger Build Installers
uses: aurelien-baudet/workflow-dispatch@v2
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": "${{ env.fullSemVer }}" }'
ref: main
wait-for-completion: true
wait-for-completion-interval: 5s
wait-for-completion-timeout: 2m
display-workflow-run-url: true
display-workflow-run-url-interval: 10s
workflow-logs: true

0 comments on commit 22354fd

Please sign in to comment.