Hotfix: CI if condition
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
verify:
|
verify:
|
||||||
# Only run if it's a push event or if it's a PR from this repository, and it is not dependabot.
|
# Only run if it's a push event or if it's a PR from this repository, and it is not dependabot.
|
||||||
if: |
|
if: |
|
||||||
github.actor != 'dependabot[bot]'
|
github.actor != 'dependabot[bot]' &&
|
||||||
(github.event_name == 'push' ||
|
(github.event_name == 'push' ||
|
||||||
github.event.pull_request.head.repo.full_name == github.repository)
|
github.event.pull_request.head.repo.full_name == github.repository)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user