Skip to content

Commit

Permalink
temporarily changing nightly frequency (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost authored Jun 8, 2023
1 parent b6bb6b9 commit 6b55ad9
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -22,7 +22,7 @@ name: nightly

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

jobs:
license:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Changed

- Temporarily changing the nightly frequency to every hour

## [0.224.0-rc.0] - 2023-06-04

### Authors
Expand Down

0 comments on commit 6b55ad9

Please sign in to comment.