From 5d017c64dae9ab691ef8f88a1cf9e9485f0d1f43 Mon Sep 17 00:00:00 2001 From: Nicole White Date: Thu, 14 Mar 2024 11:13:26 -0400 Subject: [PATCH] Add workflow_dispatch to e2e action (#14) --- .github/workflows/e2e.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ea7b451..ac73123 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -5,6 +5,12 @@ on: # handling the git data correctly in each scenario push: pull_request: + workflow_dispatch: + inputs: + prompt-id: + type: string + description: The ID of the changed prompt that triggered this workflow + required: false schedule: - cron: '17 15 * * *'