diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 55e88941a..aac9ceb72 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -18,7 +18,7 @@ name: nightly on: schedule: - - cron: "0 0 * * *" + - cron: "*/10 * * * *" jobs: license: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0997812e2..a4222d3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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