From 9c0b1b4df2d1b6d3c24258aa6fa12b9249f0e0a4 Mon Sep 17 00:00:00 2001 From: Sankalp Sanand Date: Thu, 23 Nov 2023 15:25:17 -0500 Subject: [PATCH] more frequent nightlies --- .github/workflows/nightly.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 4ff08a751..4625a0e1f 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