mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-18 14:14:50 +08:00
don't run ssh setup on PR
This commit is contained in:
parent
705392b376
commit
4478758eb1
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user