Skip to content

Commit

Permalink
fix: only install solana if run-job is true 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna committed Sep 30, 2024
1 parent e4a8b0d commit b56b734
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 b56b734

Please sign in to comment.