From bbd2b7775abf0be72adf8cac18646dee97103bdc Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 2 Dec 2021 11:10:46 +0000 Subject: [PATCH] one nightly CI run a day, and link to it in issue template --- .github/issue_templates/nightly_run_failed.md | 4 +++- .github/workflows/nightly.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/issue_templates/nightly_run_failed.md b/.github/issue_templates/nightly_run_failed.md index 96566ddd86..5743a84d6f 100644 --- a/.github/issue_templates/nightly_run_failed.md +++ b/.github/issue_templates/nightly_run_failed.md @@ -2,4 +2,6 @@ title: Subxt integration tests failed against latest Substrate build. --- -The nightly CI run which downloads the latest version of Substrate ran into test failures, which likely means that there are breaking changes that need fixing in Subxt. \ No newline at end of file +The nightly CI run which downloads the latest version of Substrate ran into test failures, which likely means that there are breaking changes that need fixing in Subxt. + +Go to https://github.com/paritytech/subxt/actions/workflows/nightly.yml to see details about the failure. \ No newline at end of file diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b47dcf6acc..4a52fa81a2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -3,7 +3,7 @@ name: Daily compatibility check against latest substrate on: schedule: # Run at 8am every day - - cron: "* 8 * * *" + - cron: "0 8 * * *" env: