Skip to content

Commit

Permalink
Updated nightly to run once a day, and added manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Oct 19, 2023
1 parent 9540267 commit b98ab9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ name: nightly

on:
schedule:
- cron: "0 */4 * * *"
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
license:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added rich support to cli for better printing statements.
- Changed semver from 5.7.1 to 5.7.2 in package.json
- Updated word-wrap to 1.2.4 version
- Updated the nightly workflow to also enable manual triggering

### Changed

Expand Down

0 comments on commit b98ab9b

Please sign in to comment.