Skip to content

Commit cdcbdab

Browse files
committed
Fix CI workflow syntax - remove conditional for secret
The SSH setup will run always, using the DEPLOY_KEY secret if available
1 parent dfd68d0 commit cdcbdab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
arch: ${{ matrix.arch }}
3333
- uses: julia-actions/cache@v2
3434
- name: Setup SSH for private repos
35-
if: ${{ secrets.DEPLOY_KEY != '' }}
3635
run: |
3736
mkdir -p ~/.ssh
3837
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/deploy_key

0 commit comments

Comments
 (0)