Don't run the `Transfer Builds to Pi-hole Server...` step for dependabot PRs

This commit is contained in:
Adam Warner 2023-01-07 13:10:43 +00:00
parent af4378d46f
commit 3a6f7e14ca
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ jobs:
known-hosts: ${{ secrets.KNOWN_HOSTS }}
-
name: Transfer Builds to Pi-hole server for pihole checkout
if: github.actor != 'dependabot'
env:
USER: ${{ secrets.SSH_USER }}
HOST: ${{ secrets.SSH_HOST }}