From b8a5680d91463630b91b58dfdb41b06a3ec97dc6 Mon Sep 17 00:00:00 2001 From: jason-nitro Date: Thu, 10 Jul 2025 10:52:31 -0500 Subject: [PATCH] Fix an Anza error in the CI files --- .github/workflows/downstream-project-spl.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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