Skip to content

Commit

Permalink
one nightly CI run a day, and link to it in issue template (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw authored Dec 2, 2021
1 parent a15fb0d commit a4f1cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/issue_templates/nightly_run_failed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Daily compatibility check against latest substrate
on:
schedule:
# Run at 8am every day
- cron: "* 8 * * *"
- cron: "0 8 * * *"


env:
Expand Down

0 comments on commit a4f1cbd

Please sign in to comment.