Skip to content

Commit 120cf0a

Browse files
grtlrjprochazk
andauthored
Add link to +main, +nightly manifest in CI bot comment (#8384)
### What Title. (Check PR comment) <!-- Make sure the PR title and labels are set to maximize their usefulness for the CHANGELOG, and our `git log`. If you have noticed any breaking changes, include them in the migration guide. We track various metrics at <https://build.rerun.io>. For maintainers: * To run all checks from `main`, comment on the PR with `@rerun-bot full-check`. * To deploy documentation changes immediately after merging this PR, add the `deploy docs` label. --> --------- Co-authored-by: Jan Procházka <[email protected]>
1 parent e67b84a commit 120cf0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_upload_web.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ jobs:
151151
152152
- [ ] I have tested the web viewer
153153
154-
| Result | Commit | Link |
155-
| ------ | ------- | ----- |
156-
| ✅ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} |
154+
| Result | Commit | Link | Manifest |
155+
| ------ | ------- | ---- | -------- |
156+
| ✅ | ${{ steps.get-sha.outputs.sha }} | https://rerun.io/viewer/pr/${{ github.event.pull_request.number }} | [+nightly](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) [+main](https://rerun.io/viewer/pr/${{ github.event.pull_request.number }}?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) |
157157
158158
<sup>Note: This comment is updated whenever you push a commit.</sup>
159159

0 commit comments

Comments
 (0)