Skip to content

Commit

Permalink
Add workflow_dispatch to e2e action (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolewhite committed Mar 14, 2024
1 parent b398b88 commit 5d017c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *'

Expand Down

0 comments on commit 5d017c6

Please sign in to comment.