mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Fleet] Fix event condition in QA label action (#126447)
This commit is contained in:
parent
e2dd796bdf
commit
9ddb3e8756
1 changed files with 1 additions and 1 deletions
2
.github/workflows/label-qa-fixed-in.yml
vendored
2
.github/workflows/label-qa-fixed-in.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
# Only run on PRs that were merged for the Fleet team
|
||||
if: |
|
||||
github.event.pull_request_target.merged == true &&
|
||||
github.event.pull_request.merged_at &&
|
||||
contains(github.event.pull_request.labels.*.name, 'Team:Fleet')
|
||||
outputs:
|
||||
matrix: ${{ steps.issues_to_label.outputs.value }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue