Skip to content

Commit 9913ee0

Browse files
authored
v2.1: Disable downstream SPL jobs (#3532)
#### 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.
1 parent 248e0c7 commit 9913ee0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/downstream-project-spl.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737

3838
jobs:
3939
check:
40-
if: github.repository == 'anza-xyz/agave'
40+
if: false
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4
@@ -61,6 +61,7 @@ jobs:
6161
cargo check
6262
6363
test:
64+
if: false
6465
runs-on: ubuntu-latest
6566
strategy:
6667
matrix:
@@ -123,6 +124,7 @@ jobs:
123124
done
124125
125126
cargo-test-sbf:
127+
if: false
126128
runs-on: ubuntu-latest
127129
strategy:
128130
matrix:

0 commit comments

Comments
 (0)