Skip to content

Commit 7943600

Browse files
committed
ci: fix logs url and remove edited event
1 parent 704ce9b commit 7943600

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
pull_request_target:
1919
types:
2020
- opened
21-
- edited
2221
- closed
2322

2423
# cancel in-progress runs on new commits to same PR (github.event.number)
@@ -90,7 +89,7 @@ jobs:
9089
## ⚡ Cloudflare Pages Deployment
9190
| Name | Status | Preview |
9291
| :--- | :----- | :------ |
93-
| ${{env.BRANCH_NAME}} | ✅ Ready ([Logs](${env.ACTION_RUN})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) |
92+
| ${{env.BRANCH_NAME}} | ✅ Ready ([Logs](${{env.ACTION_RUN}})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) |
9493
9594
# remove-preview:
9695
# if: ${{ github.event.action == "closed" }}

0 commit comments

Comments
 (0)