Skip to content

Commit c8f610d

Browse files
committed
workflow if test
1 parent 0352ac4 commit c8f610d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extra_soundness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
uses: actions/checkout@v4
5252

5353
- name: Set up SSH if key provided
54-
if: ${{ secrets.SSH_PRIVATE_KEY }}
54+
if: ${{ secrets.SSH_PRIVATE_KEY || '' }}
5555
uses: webfactory/ssh-agent@v0.9.0
5656
with:
5757
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
5858

5959
- name: Trust github.com
60-
if: ${{ secrets.SSH_PRIVATE_KEY }}
60+
if: ${{ secrets.SSH_PRIVATE_KEY || '' }}
6161
run: |
6262
mkdir -p ~/.ssh
6363
ssh-keyscan github.com >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)