From 36bb9c8dd0765fc96f1b62143889c33f3e63cbbe Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 29 Jan 2025 22:44:17 +0100 Subject: [PATCH] Solve issue with install trigger. --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b1c362..4662604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,9 +33,12 @@ jobs: files: metacall-tarball-win-x64.zip fail_on_unmatched_files: true + trigger: + runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/v') + steps: - 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