diff --git a/.github/workflows/downstream-project-spl.yml b/.github/workflows/downstream-project-spl.yml index 7ab66d24115139..4f083a0af5c282 100644 --- a/.github/workflows/downstream-project-spl.yml +++ b/.github/workflows/downstream-project-spl.yml @@ -37,7 +37,8 @@ env: jobs: check: - if: github.repository == 'anza-xyz/agave' + #if: github.repository == 'anza-xyz/agave' + if: false runs-on: ubuntu-latest strategy: matrix: @@ -74,7 +75,8 @@ jobs: cargo check test_cli: - if: github.repository == 'anza-xyz/agave' + #if: github.repository == 'anza-xyz/agave' + if: false runs-on: ubuntu-latest strategy: matrix: @@ -103,7 +105,8 @@ jobs: cargo test --manifest-path clients/cli/Cargo.toml cargo-test-sbf: - if: github.repository == 'anza-xyz/agave' + #if: github.repository == 'anza-xyz/agave' + if: false runs-on: ubuntu-latest strategy: matrix: