We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c724c commit b274c43Copy full SHA for b274c43
.github/workflows/pr-preview.yml
@@ -18,7 +18,6 @@ on:
18
pull_request_target:
19
types:
20
- opened
21
- - edited
22
- closed
23
24
# cancel in-progress runs on new commits to same PR (github.event.number)
@@ -96,7 +95,7 @@ jobs:
96
95
## ⚡ Cloudflare Pages Deployment
97
| Name | Status | Preview |
98
| :--- | :----- | :------ |
99
- | ${{env.BRANCH_NAME}} | ✅ Ready ([Logs](${env.ACTION_RUN})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) |
+ | ${{env.BRANCH_NAME}} | ✅ Ready ([Logs](${{env.ACTION_RUN}})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) |
100
101
# remove-preview:
102
# if: ${{ github.event.action == "closed" }}
0 commit comments