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
This commit is contained in:
Tadeo Hepperle
2024-01-17 12:28:58 +01:00
committed by GitHub
parent 30a732bc47
commit ab6b6ae5cd
12 changed files with 466 additions and 308 deletions
-1
View File
@@ -5,7 +5,6 @@ on:
# Run at 8am every day, well after the new binary is built
- cron: "0 8 * * *"
env:
CARGO_TERM_COLOR: always