Skip to content

Commit

Permalink
fix: remove unpassable condition for release-quarkus-platforem-pr act…
Browse files Browse the repository at this point in the history
…ion run

Signed-off-by: xstefank <[email protected]>
  • Loading branch information
xstefank authored and metacosm committed Jan 31, 2025
1 parent 8d56b59 commit ec5936c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
needs:
- perform-release
uses: ./.github/workflows/release-update-quarkus-platform.yml
if: "${{needs.prepare-platform-pr.outputs.released}}"
with:
tag: ${{github.event.inputs.tag || github.ref_name}}
secrets:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-update-quarkus-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
uses: ./.github/workflows/release-quarkus-platform-pr.yml
needs:
- prepare-platform-pr
if: "${{needs.prepare-platform-pr.outputs.released}}"
with:
qosdk-version: ${{github.event.inputs.tag || github.ref_name}}
quarkus-platform-branches: ${{needs.prepare-platform-pr.outputs.quarkus-platform-branches}}
Expand Down

0 comments on commit ec5936c

Please sign in to comment.