Skip to content

Commit f1aa660

Browse files
committed
fix try runtime endpoints
1 parent d98320d commit f1aa660

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/try-runtime.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Try Runtime
22

33
on:
44
pull_request:
5-
branches: [main, devnet-ready, devnet, testnet, finney]
6-
types: [labeled, unlabeled, synchronize]
75

86
env:
97
CARGO_TERM_COLOR: always
@@ -35,7 +33,7 @@ jobs:
3533
uses: "paritytech/[email protected]"
3634
with:
3735
runtime-package: "node-subtensor-runtime"
38-
node-uri: "wss://test.chain.opentensor.ai:443"
36+
node-uri: "wss://wss://archive.test.opentensor.ai:443"
3937
checks: "all"
4038
extra-args: "--disable-spec-version-check --no-weight-warnings"
4139

0 commit comments

Comments
 (0)