Skip to content

Commit

Permalink
Allow scheduled updates to be manually run
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Jul 8, 2024
1 parent b7f9dfa commit 9435ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Scheduled update
on:
schedule:
- cron: '5 8 21 * *'
workflow_dispatch:

jobs:
update:
Expand Down

0 comments on commit 9435ece

Please sign in to comment.