mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 12:51:02 +00:00
[ci] Add DAG (#1244)
* [ci] Add DAG * add dag * add more dag and disable deny * test cancel pipeline * fix clippy
This commit is contained in:
committed by
GitHub
parent
7c69d14441
commit
b13a3187f2
@@ -32,7 +32,8 @@ cargo-fmt-manifest:
|
||||
- zepter format features --check
|
||||
allow_failure: true # Experimental
|
||||
|
||||
cargo-deny-licenses:
|
||||
# FIXME
|
||||
.cargo-deny-licenses:
|
||||
stage: check
|
||||
extends:
|
||||
- .docker-env
|
||||
@@ -132,6 +133,10 @@ check-runtime-migration-polkadot:
|
||||
|
||||
check-runtime-migration-kusama:
|
||||
stage: check
|
||||
# DAG
|
||||
needs:
|
||||
- job: check-runtime-migration-polkadot
|
||||
artifacts: false
|
||||
extends:
|
||||
- .docker-env
|
||||
- .test-pr-refs
|
||||
@@ -152,6 +157,10 @@ check-runtime-migration-westend:
|
||||
|
||||
check-runtime-migration-rococo:
|
||||
stage: check
|
||||
# DAG
|
||||
needs:
|
||||
- job: check-runtime-migration-westend
|
||||
artifacts: false
|
||||
extends:
|
||||
- .docker-env
|
||||
- .test-pr-refs
|
||||
|
||||
Reference in New Issue
Block a user