From 15ca36ec0d247e3c65d98dececf0de07d93b2b9b Mon Sep 17 00:00:00 2001 From: Jon C Date: Thu, 7 Nov 2024 00:19:48 +0100 Subject: [PATCH] CI: Re-enable downstream SPL job #### Problem The downstream SPL job was disabled in #3498 because the moved crates weren't correctly picked up in the SPL's patch script. The SPL patch script was fixed in https://github.com/solana-labs/solana-program-library/pull/7465, but the jobs are still disabled. #### Summary of changes Re-enable the SPL downstream jobs. --- .github/workflows/downstream-project-spl.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/downstream-project-spl.yml b/.github/workflows/downstream-project-spl.yml index 840cd50e856e6d..83df265a9fce2b 100644 --- a/.github/workflows/downstream-project-spl.yml +++ b/.github/workflows/downstream-project-spl.yml @@ -37,8 +37,7 @@ env: jobs: check: - # if: github.repository == 'anza-xyz/agave' - if: false + if: github.repository == 'anza-xyz/agave' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -62,7 +61,6 @@ jobs: cargo check test: - if: false runs-on: ubuntu-latest strategy: matrix: @@ -125,7 +123,6 @@ jobs: done cargo-test-sbf: - if: false runs-on: ubuntu-latest strategy: matrix: