diff --git a/.github/workflows/downstream-project-spl.yml b/.github/workflows/downstream-project-spl.yml index 3d4887cf817804..ac9be5859645bd 100644 --- a/.github/workflows/downstream-project-spl.yml +++ b/.github/workflows/downstream-project-spl.yml @@ -38,7 +38,7 @@ env: jobs: check: - if: github.repository == 'anza-xyz/agave' +# if: github.repository == 'anza-xyz/agave' if: false runs-on: ubuntu-latest timeout-minutes: 60 @@ -77,7 +77,7 @@ jobs: cargo check test_cli: - if: github.repository == 'anza-xyz/agave' +# if: github.repository == 'anza-xyz/agave' if: false runs-on: ubuntu-latest timeout-minutes: 60 @@ -108,7 +108,7 @@ 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 timeout-minutes: 60