Skip to content

Commit

Permalink
try workflow dispatch input
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Oct 2, 2024
1 parent 48c19f8 commit 5d5b7cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 5d5b7cc

Please sign in to comment.