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

@ -3,7 +3,7 @@
# tag
# 2. Updates the `vN` tag to refer to this merge commit.
# 3. Iff vN == vLatest, merges any changes from the release back into the main branch.
# Typically, this is just a single commit that updates the changelog.
# Typically, this is two commits one to update the version number and one to update dependencies.
name: Tag release and merge back
on:

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: