Skip to content

Commit

Permalink
chore: add workflow_dispatch trigger to daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eai04191 committed Jan 25, 2025
1 parent a5f6f8f commit fa85869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Daily Run

on:
workflow_dispatch:
push:
schedule:
- cron: "0 15 */1 * *"
Expand Down

0 comments on commit fa85869

Please sign in to comment.