Skip to content

Commit

Permalink
Merge branch 'main' into pulak/DEV-2805
Browse files Browse the repository at this point in the history
  • Loading branch information
pkbhowmick authored Dec 10, 2024
2 parents 964ba87 + 36a595e commit dafdfc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
step: start
env: preview
override: false
ref: ${{ github.event.workflow_run.pull_requests[0].head.ref }}

- name: Checkout Repository
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
with:
step: finish
status: ${{ job.status }}
override: false
env: ${{ steps.deployment.outputs.env }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
env_url: https://${{ env.DEPLOYMENT_HOST }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/website-preview-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ jobs:
with:
step: deactivate-env
env: preview
override: false
ref: ${{ steps.get_branch.outputs.branch }}
desc: Environment was pruned

0 comments on commit dafdfc8

Please sign in to comment.