Skip to content

Commit 7368fdc

Browse files
committed
set mock data flag back in pr build
1 parent 9b384e9 commit 7368fdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@ jobs:
280280
281281
# Set asset prefix and base path with PR number
282282
ASSET_PREFIX=https://neuralmagic.github.io/guidellm/ui/pr/${PR_NUMBER}
283-
# temporarily setting to false to test if this build works with guidellm
284-
USE_MOCK_DATA=false
283+
USE_MOCK_DATA=true
285284
BASE_PATH=/ui/pr/${PR_NUMBER}
286285
GIT_SHA=${{ github.sha }}
287286
export ASSET_PREFIX=${ASSET_PREFIX}

0 commit comments

Comments
 (0)