Skip to content

Test Windows Install Script with new release #9

Test Windows Install Script with new release

Test Windows Install Script with new release #9

Workflow file for this run

name: Test Windows Install Script with new release
on:
workflow_run:
workflows: ["MetaCall Distributable Windows Release"]
types:
- completed
branches: ['v*.*.*']
jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: convictional/trigger-workflow-and-wait@v1.6.1
with:
owner: metacall
repo: install
github_token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
workflow_file_name: test-windows.yml
wait_workflow: true
ref: master