Skip to content

Commit

Permalink
CI: Disable downstream jobs temporarily (solana-labs#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Oct 31, 2024
1 parent 4e36b6a commit b0a18a6
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 @@ -38,6 +38,7 @@ env:
jobs:
check:
if: github.repository == 'anza-xyz/agave'
if: false # Re-enable once downstream job is fixed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -91,6 +92,7 @@ jobs:
],
},
]
if: false # Re-enable once downstream job is fixed
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -144,7 +146,7 @@ jobs:
- [name-service/program]
- [stake-pool/program]
- [single-pool/program]

if: false # Re-enable once downstream job is fixed
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b0a18a6

Please sign in to comment.