Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 17, 2024
1 parent c4e71e8 commit 3c02c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-with-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dispatch-prerelease:
uses: ./.github/workflows/dispatch-prerelease.yml
needs: get-pr
if: ${{ needs.get-pr.outputs.pr_number != '' }}
if: ${{ needs.get-pr.outputs.pr_number != '' && inputs.merge != true }}
with:
pr_number: ${{ needs.get-pr.outputs.pr_number }}
user: LuckyBeast
Expand Down

0 comments on commit 3c02c4c

Please sign in to comment.