Skip to content

Commit

Permalink
[Tool] Fix syntax error of Merge pipeline (backport #37601) (#37602)
Browse files Browse the repository at this point in the history
Co-authored-by: andyziye <[email protected]>
  • Loading branch information
mergify[bot] and andyziye authored Dec 22, 2023
1 parent 17786f9 commit 7c6f38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
runs-on: ubuntu-latest
if: >
github.base_ref != 'main' && github.event.pull_request.merged == true &&
contains(github.event.pull_request.title, '(backport #' &&
contains(github.event.pull_request.title, '(backport #') &&
!contains(github.event.pull_request.labels.*.name, 'sync')
env:
LABEL: ${{ github.base_ref }}-merged
Expand Down

0 comments on commit 7c6f38a

Please sign in to comment.