Skip to content

Commit

Permalink
Reduced Schedule
Browse files Browse the repository at this point in the history
Previously, the regularly scheduled builds exhausted the free tier of GitHub
actions in some orgs.  This change reduces the number of hours and number of
days that these scheduled events will run.

Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed Oct 27, 2020
1 parent 9af7559 commit b2079cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sbt.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update sbt
"on":
schedule:
- cron: 30 * * * *
- cron: 0 5 * * 1-5
workflow_dispatch: {}
jobs:
update:
Expand Down

0 comments on commit b2079cf

Please sign in to comment.