Skip to content

Commit

Permalink
Allow manual run:
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 10, 2024
1 parent 408534d commit 9b96b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "Daily Generation Routine"
on:
schedule:
- cron: "12 6,8 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: write
Expand Down

0 comments on commit 9b96b8b

Please sign in to comment.