Skip to content

Commit bed1282

Browse files
committed
implement ui build pipeline and complete workflows (#215)
Builds would live at: pr builds - neuralmagic.github.io/guidellm/ui/pr/12 dev - neuralmagic.github.io/guidellm/ui/dev staging/release-candidate - neuralmagic.github.io/guidellm/ui/release/v1.0.0 or .../ui/release/latest production/release - neuralmagic.github.io/guidellm/ui/v1.0.0 or .../ui/latest PR builds will include mocked data, view example in comments below. All other builds currently will be blank slates, waiting to be pulled down and used to generate an html report.
1 parent 22d33c5 commit bed1282

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/development.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,11 @@ jobs:
336336
- name: Skip build notification
337337
if: steps.check-changes.outputs.should_build == 'false'
338338
run: echo "Skipping UI preview build - no relevant files changed"
339+
<<<<<<< HEAD
339340

341+
=======
342+
343+
>>>>>>> ddbae80 (implement ui build pipeline and complete workflows (#215))
340344
build-and-push-container:
341345
# Only build if the PR branch is local
342346
if: github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)