Skip to content

Commit

Permalink
CI: Re-enable downstream SPL job (solana-labs#3510)
Browse files Browse the repository at this point in the history
* CI: Re-enable downstream SPL job

#### Problem

The downstream SPL job was disabled in solana-labs#3498 because the moved crates
weren't correctly picked up in the SPL's patch script. The SPL patch
script was fixed in
solana-labs/solana-program-library#7465, but the
jobs are still disabled.

#### Summary of changes

Re-enable the SPL downstream jobs.

* Restrict which repo runs the job
  • Loading branch information
joncinque authored Nov 7, 2024
1 parent 5b2236d commit 00432e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/downstream-project-spl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -62,7 +61,7 @@ jobs:
cargo check
test:
if: false
if: github.repository == 'anza-xyz/agave'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -125,7 +124,7 @@ jobs:
done
cargo-test-sbf:
if: false
if: github.repository == 'anza-xyz/agave'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 00432e3

Please sign in to comment.