mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-07-27 07:35:22 +00:00
fix for deploy
This commit is contained in:
parent
a35956d927
commit
33549c2d67
3
.github/workflows/PR-Auto-Deploy-V2.yml
vendored
3
.github/workflows/PR-Auto-Deploy-V2.yml
vendored
@ -59,8 +59,7 @@ jobs:
|
||||
|
||||
# If PR is targeting V2 and user is authorized, deploy unconditionally
|
||||
PR_BASE_BRANCH="${{ github.event.pull_request.base.ref }}"
|
||||
if [[ "$PR_BASE_BRANCH" ==
|
||||
"V2" && "$is_authorized" == "true" ]]; then
|
||||
if [[ "$PR_BASE_BRANCH" == "V2" && "$is_authorized" == "true" ]]; then
|
||||
echo "✅ Deployment forced: PR targets V2 and author is authorized."
|
||||
echo "should_deploy=true" >> $GITHUB_OUTPUT
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user