Skip to content

Commit

Permalink
v2.1: Disable downstream SPL jobs
Browse files Browse the repository at this point in the history
#### Problem

The downstream jobs are failing on branch v2.1 due to
solana-labs/solana-program-library#7465.

#### Summary of changes

Disable them for now.
  • Loading branch information
joncinque committed Nov 7, 2024
1 parent c6a7130 commit 022a7b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/downstream-project-spl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:

jobs:
check:
if: github.repository == 'anza-xyz/agave'
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -61,6 +61,7 @@ jobs:
cargo check
test:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -123,6 +124,7 @@ jobs:
done
cargo-test-sbf:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 022a7b7

Please sign in to comment.