ci : releases use Github-hosted builds for the UI (#23823)

* ci : releases use Github-hosted builds for the UI

* cont : fix name
This commit is contained in:
Georgi Gerganov
2026-05-28 17:50:32 +03:00
committed by GitHub
parent 479a9a1b03
commit 445b7cef62
3 changed files with 47 additions and 4 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ on:
- master
paths: [
'.github/workflows/ui-self-hosted.yml',
'.github/workflows/ui-build.yml',
'.github/workflows/ui-build-self-hosted.yml',
'tools/ui/**.*',
'tools/server/tests/**.*'
]
@@ -24,7 +24,7 @@ on:
types: [opened, synchronize, reopened]
paths: [
'.github/workflows/ui-self-hosted.yml',
'.github/workflows/ui-build.yml',
'.github/workflows/ui-build-self-hosted.yml',
'tools/ui/**.*',
'tools/server/tests/**.*'
]
@@ -42,7 +42,7 @@ concurrency:
jobs:
ui-build:
name: Build static output
uses: ./.github/workflows/ui-build.yml
uses: ./.github/workflows/ui-build-self-hosted.yml
ui-checks:
name: Checks