[Tool] Fix syntax error in merge pipeline (#44548)
Signed-off-by: AndyZiYe <yeziyu@starrocks.com>
This commit is contained in:
parent
f9c1b35716
commit
fb1bddd22e
|
|
@ -242,7 +242,8 @@ jobs:
|
|||
update_feature_issue:
|
||||
runs-on: [ self-hosted, quick ]
|
||||
needs: update_backport_merged_msg
|
||||
if: !contains(github.event.pull_request.labels.*.name, 'sync') && startsWith(github.event.pull_request.title, '[Feature]')
|
||||
if: >
|
||||
!contains(github.event.pull_request.labels.*.name, 'sync') && startsWith(github.event.pull_request.title, '[Feature]')
|
||||
env:
|
||||
VERSION_LABEL: ${{ needs.update_backport_merged_msg.outputs.VERSION_LABEL }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue