respond to more review comments

This commit is contained in:
nickfyson 2023-12-06 12:22:12 +00:00
parent 57932be6d4
commit ee748cf360
3 changed files with 5 additions and 6 deletions

View file

@ -105,7 +105,7 @@ jobs:
timeout-minutes: 45
runs-on: ubuntu-latest
needs: [prepare]
if: ${{ (github.event_name == 'push') && needs.prepare.outputs.backport_target_branches != '[]' && needs.prepare.outputs.backport_target_branches != '' }}
if: ${{ (github.event_name == 'push') && needs.prepare.outputs.backport_target_branches != '[]' }}
strategy:
fail-fast: false
matrix: