mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI] Trigger the alert-test-failed pipeline on the initial comment (#188909)
## Summary There was an issue, where after @walterra set up the [integration](https://github.com/elastic/kibana-operations/pull/160), and an issue was created (https://github.com/elastic/kibana/issues/188896) there were no notifications sent to the requested channel. The cause is probably the initial, [labeling comment](https://github.com/elastic/kibana/issues/188896#issuecomment-2244327259) PR coming from `elasticmachine`. for more context: https://elastic.slack.com/archives/C5UDAFZQU/p1721715448357519?thread_ts=1721390987.440079&cid=C5UDAFZQU
This commit is contained in:
parent
997ec8dd49
commit
4180aa4967
1 changed files with 1 additions and 1 deletions
2
.github/workflows/alert-failed-test.yml
vendored
2
.github/workflows/alert-failed-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue