Skip to content

Commit

Permalink
Update install trigger test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 22, 2024
1 parent 0e5150e commit 4e8e54c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 24 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ jobs:
with:
files: metacall-tarball-win-x64.zip
fail_on_unmatched_files: true

- name: Trigger Install Test Workflow
uses: convictional/trigger-workflow-and-wait@v1.6.1
if: startsWith(github.ref, 'refs/tags/v')
with:
owner: metacall
repo: install
github_token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
workflow_file_name: test-windows.yml
wait_workflow: true
ref: master
24 changes: 0 additions & 24 deletions .github/workflows/post-release.yml

This file was deleted.

0 comments on commit 4e8e54c

Please sign in to comment.