Skip to content

Commit 58f8640

Browse files
committed
Skipped deps health check for renovate PRs
1 parent 6f33788 commit 58f8640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evaluate-dependency-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: |
1818
github.repository == 'elastic/kibana' &&
19-
github.actor != 'elastic-renovate-prod[bot]' &&
19+
github.event.pull_request.user.login != 'app/elastic-renovate-prod' &&
2020
github.event.pull_request.draft == false
2121
steps:
2222
- name: Checkout kibana-operations

0 commit comments

Comments
 (0)