Skip to content

Commit 2ae2482

Browse files
Enable manual run for daily prompts workflow
Added manual trigger for workflow execution.
1 parent cbb8ad2 commit 2ae2482

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/daily-prompts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Daily Webwright Prompt
22

33
on:
4+
workflow_dispatch: # Allows manual run from Actions tab
45
schedule:
56
- cron: '0 0 * * *' # Runs daily at midnight UTC
67

0 commit comments

Comments
 (0)