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: