Skip to content

Commit

Permalink
Fix check_backports.yml workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed Jan 17, 2025
1 parent 19beacd commit 3500549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check_patchback_comment:
if: >
github.event.issue.pull_request.merged == true &&
contains(github.event.comment.body, '💔 cherry-picking failed')
test(github.event.comment.body, '💔 cherry-picking failed')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 3500549

Please sign in to comment.