diff --git a/.github/workflows/check-rust.yml b/.github/workflows/check-rust.yml index cdee05bfaf..722940166e 100644 --- a/.github/workflows/check-rust.yml +++ b/.github/workflows/check-rust.yml @@ -93,7 +93,7 @@ jobs: sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler - name: Utilize Shared Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }} @@ -137,7 +137,7 @@ jobs: profile: minimal - name: Utilize Shared Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }} @@ -178,7 +178,7 @@ jobs: sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler - name: Utilize Shared Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }} @@ -217,7 +217,7 @@ jobs: sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler - name: Utilize Rust shared cached - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }} @@ -258,7 +258,7 @@ jobs: sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler - name: Utilize Rust shared cached - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }} diff --git a/.github/workflows/try-runtime.yml b/.github/workflows/try-runtime.yml index 89a28c5c68..de43efa9a5 100644 --- a/.github/workflows/try-runtime.yml +++ b/.github/workflows/try-runtime.yml @@ -2,8 +2,6 @@ name: Try Runtime on: pull_request: - branches: [main, devnet-ready, devnet, testnet, finney] - types: [labeled, unlabeled, synchronize] env: CARGO_TERM_COLOR: always @@ -26,6 +24,7 @@ jobs: check-testnet: name: check testnet + # if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main' runs-on: SubtensorCI steps: - name: Checkout sources @@ -35,16 +34,18 @@ jobs: uses: "paritytech/try-runtime-gha@v0.1.0" with: runtime-package: "node-subtensor-runtime" - node-uri: "wss://test.chain.opentensor.ai:443" + node-uri: "wss://test-archive.dev.opentensor.ai:443" checks: "all" extra-args: "--disable-spec-version-check --no-weight-warnings" check-finney: name: check finney + if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main' runs-on: SubtensorCI steps: - name: Checkout sources uses: actions/checkout@v4 + - name: Run Try Runtime Checks uses: "paritytech/try-runtime-gha@v0.1.0" with: diff --git a/.github/workflows/update-chainspec.yml b/.github/workflows/update-chainspec.yml index bf7cc5588b..be50108bf5 100644 --- a/.github/workflows/update-chainspec.yml +++ b/.github/workflows/update-chainspec.yml @@ -49,7 +49,7 @@ jobs: sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler - name: Utilize Shared Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2 with: key: ubuntu-latest-target/x86_64-unknown-linux-gnu