Skip to content

Commit

Permalink
more frequent nightlies (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost authored Nov 23, 2023
1 parent 45d43da commit dc78716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: nightly

on:
schedule:
- cron: "0 0 * * *"
- cron: "*/10 * * * *"

jobs:
license:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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's schedule
- Temporarily making the nightly workflow more frequent to test the fix for the failing tests

### Changed

Expand Down

0 comments on commit dc78716

Please sign in to comment.