Skip to content

Commit

Permalink
update_stats.yml: allow manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings authored Sep 10, 2024
1 parent 21f01d4 commit c894702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
schedule:
# workflow may be delayed for longer when it's on the hour
- cron: "20 07 * * *"
# allow manual triggering of workflow
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit c894702

Please sign in to comment.