Skip to content

Commit d1c40dd

Browse files
committed
run checks more often
1 parent 7654191 commit d1c40dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-devnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Devnet Deploy Check
22

33
on:
44
pull_request:
5-
branches: [devnet]
5+
branches: [devnet, devnet-ready]
66

77
env:
88
CARGO_TERM_COLOR: always
@@ -37,7 +37,7 @@ jobs:
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
@@ -51,4 +51,4 @@ jobs:
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"

.github/workflows/check-testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Testnet Deploy Check
22

33
on:
44
pull_request:
5-
branches: [testnet]
5+
branches: [testnet, testnet-ready]
66

77
env:
88
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)