Hotfix: CI if condition

This commit is contained in:
Quentin McGaw (desktop)
2021-10-14 16:32:43 +00:00
parent 94480ecabb
commit f5bf5c236a

View File

@@ -31,7 +31,7 @@ jobs:
verify:
# Only run if it's a push event or if it's a PR from this repository, and it is not dependabot.
if: |
github.actor != 'dependabot[bot]'
github.actor != 'dependabot[bot]' &&
(github.event_name == 'push' ||
github.event.pull_request.head.repo.full_name == github.repository)
runs-on: ubuntu-latest