[Fleet] Fix event condition in QA label action (#126447)

This commit is contained in:
Josh Dover 2022-02-28 12:30:41 +01:00 committed by GitHub
parent e2dd796bdf
commit 9ddb3e8756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}