Skip to content

Commit

Permalink
Update main-geoview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewillia authored Jan 3, 2025
1 parent 91fa240 commit 9eca877
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main-geoview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
deploy-public:
name: Deploy public
needs: [install-build]
if: github.event.pull_request.merged == true && github.head_ref != '' && !github.event.pull_request.draft

if: github.event.pull_request.merged == false
echo pull reqest not merged is ${github.event.pull_request.merged}
# if: github.event.pull_request.merged == true && github.head_ref != '' && !github.event.pull_request.draft
# echo pull reqest merged is ${github.event.pull_request.merged}
uses: ./.github/workflows/deploy.yml
with:
cache_sha: ${{ github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit 9eca877

Please sign in to comment.