From 0632d9384c1b3aedc18c390b321ccd747979ebe8 Mon Sep 17 00:00:00 2001 From: KasukabeDefenceForce Date: Tue, 16 Jul 2024 17:41:07 +0530 Subject: [PATCH] Running stardis test with tardis push commits --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3625cc1a..afa56a96 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,6 +2,8 @@ name: tests on: push: + repository_dispatch: + types: [trigger-workflow] pull_request: workflow_dispatch: @@ -65,7 +67,7 @@ jobs: id: install-tardis # shell: bash -l {0} run: | - pip install git+https://github.com/tardis-sn/tardis.git + pip install git+https://github.com/${{github.repository_owner}}/tardis.git@${{ github.event.client_payload.sha }} - name: Install STARDIS id: install-stardis