Skip to content

Commit

Permalink
try runtime all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
orriin committed Aug 28, 2024
1 parent c23c7fd commit 67a228b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Devnet Deploy Check

on:
pull_request:
branches: [devnet, devnet-ready]
branches: [devnet, devnet-ready, testnet, testnet-ready, finney, main]

env:
CARGO_TERM_COLOR: always
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/check-finney.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Finney Deploy Check

on:
pull_request:
branches: [finney, main]
branches: [devnet, devnet-ready, testnet, testnet-ready, finney, main]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -51,4 +51,5 @@ jobs:
runtime-package: "node-subtensor-runtime"
node-uri: "wss://entrypoint-finney.opentensor.ai:443"
checks: "pre-and-post"
extra-args: "--disable-spec-version-check --no-weight-warnings"
extra-args: "--disable-spec-version-check --no-weight-warnings"

2 changes: 1 addition & 1 deletion .github/workflows/check-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Testnet Deploy Check

on:
pull_request:
branches: [testnet, testnet-ready]
branches: [devnet, devnet-ready, testnet, testnet-ready, finney, main]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 67a228b

Please sign in to comment.