From 5d5b7cc62ad950f8f2a05c41f37fef336bafd421 Mon Sep 17 00:00:00 2001 From: saienduri Date: Wed, 2 Oct 2024 14:32:37 -0500 Subject: [PATCH] try workflow dispatch input --- .github/workflows/test_e2eshark.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_e2eshark.yml b/.github/workflows/test_e2eshark.yml index f5eca065..35f48232 100644 --- a/.github/workflows/test_e2eshark.yml +++ b/.github/workflows/test_e2eshark.yml @@ -7,9 +7,10 @@ name: E2ESHARK Test Suite on: workflow_dispatch: - # schedule: - # # Runs at 12:00 PM UTC, which is 5:00 AM PST - # - cron: '0 12 * * *' + inputs: + iree-run-id: + description: 'IREE Run ID' + required: true jobs: e2eshark: @@ -207,7 +208,7 @@ jobs: name: linux_x86_64_release_packages github-token: ${{ secrets.IREE_ARTIFACTS }} # token with actions:read permissions on target repo repository: iree-org/iree - run-id: 11147803917 + run-id: ${{ github.event.inputs.iree-run-id }} - name: "Setup alt e2eshark python venv" run: |