Skip to content

Commit 7334aa3

Browse files
authored
CI: Change nightly build to weekly (#868)
1 parent 3c3b4c0 commit 7334aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: [ master, 'polkadot-v[0-9]+.[0-9]+.[0-9]+*', 'release-polkadot-v[0-9]+.[0-9]+.[0-9]+*' ]
99
schedule:
10-
- cron: "0 0 * * *"
10+
- cron: "0 0 * * 0" # weekly build: every sunday at midnight
1111

1212
env:
1313
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)