File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Devnet Deploy Check
22
33on :
44 pull_request :
5- branches : [devnet]
5+ branches : [devnet, devnet-ready ]
66
77env :
88 CARGO_TERM_COLOR : always
3737 echo "network spec_version: $spec_version"
3838 if (( $(echo "$local_spec_version <= $spec_version" | bc -l) )); then echo "$local_spec_version ≯ $spec_version ❌"; exit 1; fi
3939 echo "$local_spec_version > $spec_version ✅"
40-
40+
4141 check-devnet-migrations :
4242 name : check devnet migrations
4343 runs-on : ubuntu-22.04
5151 runtime-package : " node-subtensor-runtime"
5252 node-uri : " wss://dev.chain.opentensor.ai:443"
5353 checks : " pre-and-post"
54- extra-args : " --disable-spec-version-check --no-weight-warnings"
54+ extra-args : " --disable-spec-version-check --no-weight-warnings"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Testnet Deploy Check
22
33on :
44 pull_request :
5- branches : [testnet]
5+ branches : [testnet, testnet-ready ]
66
77env :
88 CARGO_TERM_COLOR : always
You can’t perform that action at this time.
0 commit comments