Skip to content

Commit

Permalink
Update check_backports.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored Jan 17, 2025
1 parent e4a5eaa commit 2bf230e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check_backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
check_patchback_comment:
if: >
github.event.issue.pull_request.merged == true &&
index(github.event.comment.body, '💔 cherry-picking failed') != null
if: contains(github.event.comment.body, '💔 cherry-picking failed')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 2bf230e

Please sign in to comment.