difftreelog
rename dependant job, move try-runtime option from build ARGs to Dockerfile
in: master
2 files changed
.docker/Dockerfile-try-runtimediffbeforeafterboth47 cargo build --features=$FEATURE --release47 cargo build --features=$FEATURE --release48 48 494950CMD cargo run --features=$FEATURE --release -- try-runtime on-runtime-upgrade live --uri $REPLICA_FROM50CMD cargo run --features=try-runtime,$FEATURE --release -- try-runtime on-runtime-upgrade live --uri $REPLICA_FROM5151.github/workflows/node-only-update_v2.ymldiffbeforeafterboth10# A workflow run is made up of one or more jobs that can run sequentially or in parallel10# A workflow run is made up of one or more jobs that can run sequentially or in parallel11jobs:11jobs:121213 execution-matrix:13 nodes-execution-matrix:141415 name: execution matrix15 name: execution matrix16164343444445 nodes-only-update:45 nodes-only-update:46 needs: execution-matrix46 needs: nodes-execution-matrix47 # The type of runner that the job will run on47 # The type of runner that the job will run on48 runs-on: [self-hosted-ci,large]48 runs-on: [self-hosted-ci,large]4949