don't run ssh setup on PR

This commit is contained in:
MiniDigger | Martin 2021-04-22 23:05:20 +02:00 committed by GitHub
parent 705392b376
commit 4478758eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,7 @@ jobs:
- name: SSH
uses: webfactory/ssh-agent@v0.5.2
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
with:
ssh-private-key: ${{ secrets.DOCKER_HOST_SSH_KEY }}