Skip to content

Commit

Permalink
fix(ci): do not open PR for java-operator-plugins anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Aug 22, 2024
1 parent 295648d commit 5553584
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/release-update-java-operator-plugins.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,6 @@ jobs:
- name: Push tags
run: git push && git push --tags

update-java-plugins:
needs:
- release
uses: ./.github/workflows/release-update-java-operator-plugins.yml
# only update java-operator-plugins if we are releasing the latest version of QOSDK
if: "${{ needs.release.outputs.released && needs.release.outputs.needs-quarkus-platform-main-pr == 'true' }}"
with:
qosdk-version: ${{needs.release.outputs.qosdk-version}}
quarkus-version: ${{needs.release.outputs.quarkus-version}}
secrets:
qosdk-bot-token: ${{ secrets.QOSDK_BOT_TOKEN }}

update-quarkus-platform:
needs:
- release
Expand Down

0 comments on commit 5553584

Please sign in to comment.