We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b96745 commit cd79269Copy full SHA for cd79269
.github/workflows/post-release-mergeback.yml
@@ -132,7 +132,7 @@ jobs:
132
echo "::endgroup::"
133
134
- name: Create mergeback branch and PR
135
- if: ${{ steps.check.outputs.exists != 'true' && endsWith(github.ref_name, steps.getVersion.outputs.latest_release_branch) }}
+ if: ${{ endsWith(github.ref_name, steps.getVersion.outputs.latest_release_branch) }}
136
uses: ./.github/actions/prepare-mergeback-branch
137
with:
138
base: "${{ env.BASE_BRANCH }}"
0 commit comments