File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 qosdk-bot-token : ${{ secrets.qosdk-bot-token }}
2727
2828 update-quarkus-platform-main-if-needed :
29- if : ${{ inputs.needs-main-pr }}
29+ if : ${{ inputs.needs-main-pr && inputs.quarkus-platform-branch != 'main' }}
3030 uses : ./.github/workflows/release-quarkus-platform-pr.yml
3131 with :
3232 qosdk-version : ${{inputs.qosdk-version}}
Original file line number Diff line number Diff line change @@ -73,11 +73,12 @@ jobs:
7373
7474 if [ "${quarkus_platform_branch}" = "main" ]; then
7575 echo "quarkus-platform update will target main"
76+ echo "need_main_pr=true" >> $GITHUB_OUTPUT
7677 else
7778 echo "quarkus-platform update will target ${quarkus_platform_branch}"
7879 echo "Check if quarkus-platform also needs to be updated on main"
7980 if [ "${{ github.base_ref }}" = "main" ]; then
80- echo "PR targes main so assume quarkus-platform main also needs to be updated"
81+ echo "PR targets main so assume quarkus-platform main also needs to be updated"
8182 echo "need_main_pr=true" >> $GITHUB_OUTPUT
8283 else
8384 echo "No need for PR on quarkus-platform main"
You can’t perform that action at this time.
0 commit comments