mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Allow check-runtime to fail (#2845)
* Allow check-runtime to fail * Do not allow the line-width to fail * Allow failure on line-check
This commit is contained in:
@@ -68,6 +68,7 @@ check-runtime:
|
||||
GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api"
|
||||
script:
|
||||
- ./scripts/gitlab/check_runtime.sh
|
||||
allow_failure: true
|
||||
|
||||
|
||||
check-line-width:
|
||||
@@ -78,7 +79,7 @@ check-line-width:
|
||||
- /^[0-9]+$/
|
||||
script:
|
||||
- ./scripts/gitlab/check_line_width.sh
|
||||
allow_failure: false
|
||||
allow_failure: true
|
||||
|
||||
|
||||
cargo-audit:
|
||||
|
||||
Reference in New Issue
Block a user