We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3b4c0 commit 7334aa3Copy full SHA for 7334aa3
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
branches: [ master, 'polkadot-v[0-9]+.[0-9]+.[0-9]+*', 'release-polkadot-v[0-9]+.[0-9]+.[0-9]+*' ]
9
schedule:
10
- - cron: "0 0 * * *"
+ - cron: "0 0 * * 0" # weekly build: every sunday at midnight
11
12
env:
13
CARGO_TERM_COLOR: always
0 commit comments