Skip to content

Commit

Permalink
fix: only install solana if run-job is true 🐛 (#5304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna authored Oct 1, 2024
1 parent 4f061b8 commit f5f35d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
echo $MAIN_VERSION
- name: Install solana ☀️
if: inputs.run-job
run: |
sh -c "$(curl -sSfL https://release.solana.com/$SOLANA_VERSION/install)"
Expand Down

0 comments on commit f5f35d4

Please sign in to comment.