Skip to content

Commit

Permalink
Run scheduled build weekly instead of daily (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday authored May 10, 2023
1 parent 79c849b commit f566012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scheduled build

on:
schedule:
- cron: "5 0 * * *"
- cron: "5 0 * * 0"

jobs:
main:
Expand Down

0 comments on commit f566012

Please sign in to comment.