Skip to content

Commit ab6b6ae

Browse files
Weekly Cronjob fetching artifacts and generating polkadot.rs file. (#1352)
* github CI action cronjob * add commit message * fix the CI yml files * binary crate for CI script with substrate-runner * update the CI script * correct the artifacts script * remove bash script
1 parent 30a732b commit ab6b6ae

12 files changed

+527
-369
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ trim_trailing_whitespace = true
1111
insert_final_newline = true
1212
indent_style = space
1313
indent_size = 4
14+
15+
[*.yml]
16+
indent_size = 2

.github/workflows/build-substrate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
name: nightly-substrate-binary
4242
path: target/release/substrate-node
4343
retention-days: 2
44-
if-no-files-found: error
44+
if-no-files-found: error

.github/workflows/nightly.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
# Run at 8am every day, well after the new binary is built
66
- cron: "0 8 * * *"
77

8-
98
env:
109
CARGO_TERM_COLOR: always
1110

0 commit comments

Comments
 (0)