Skip to content

Commit

Permalink
[Fleet] Fix event condition in QA label action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Feb 28, 2022
1 parent e2dd796 commit 06e41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-qa-fixed-in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 06e41b4

Please sign in to comment.