Skip to content

Commit ce72429

Browse files
committed
fix: ensure safe-chain setup runs conditionally based on input
1 parent 179ed9f commit ce72429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
cache: "npm"
2525

2626
- name: Setup safe-chain
27+
if: inputs.setup-safe-chain == 'true'
2728
uses: ./.github/actions/setup-safe-chain
2829

2930
- name: Install dependencies

0 commit comments

Comments
 (0)