diff --git a/.github/workflows/alert-failed-test.yml b/.github/workflows/alert-failed-test.yml index 03d46cb65fcfd..92916629d80f3 100644 --- a/.github/workflows/alert-failed-test.yml +++ b/.github/workflows/alert-failed-test.yml @@ -7,7 +7,7 @@ jobs: name: Alert on failed test if: | !github.event.issue.pull_request - && github.event.comment.user.login == 'kibanamachine' + && (github.event.comment.user.login == 'kibanamachine' || github.event.comment.user.login == 'elasticmachine') runs-on: ubuntu-latest steps: - name: Checkout kibana-operations