Skip to content

Commit b274c43

Browse files
committed
ci: fix logs url and remove edited event
1 parent 92c724c commit b274c43

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)
@@ -96,7 +95,7 @@ jobs:
9695
## ⚡ Cloudflare Pages Deployment
9796
| Name | Status | Preview |
9897
| :--- | :----- | :------ |
99-
| ${{env.BRANCH_NAME}} | ✅ Ready ([Logs](${env.ACTION_RUN})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) |
98+
| ${{env.BRANCH_NAME}} | ✅ Ready ([Logs](${{env.ACTION_RUN}})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) |
10099
101100
# remove-preview:
102101
# if: ${{ github.event.action == "closed" }}

0 commit comments

Comments
 (0)