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.ymldiffbeforeafterboth--- a/.github/workflows/node-only-update_v2.yml
+++ b/.github/workflows/node-only-update_v2.yml
@@ -10,7 +10,7 @@
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
- execution-matrix:
+ nodes-execution-matrix:
name: execution matrix
@@ -43,7 +43,7 @@
nodes-only-update:
- needs: execution-matrix
+ needs: nodes-execution-matrix
# The type of runner that the job will run on
runs-on: [self-hosted-ci,large]