We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704ce9b commit 7943600Copy full SHA for 7943600
.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)
@@ -90,7 +89,7 @@ jobs:
90
89
## ⚡ Cloudflare Pages Deployment
91
| Name | Status | Preview |
92
| :--- | :----- | :------ |
93
- | ${{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 }}) |
94
95
# remove-preview:
96
# if: ${{ github.event.action == "closed" }}
0 commit comments