Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/sp-4908-text-gen…
Browse files Browse the repository at this point in the history
…eration-webui
  • Loading branch information
marchuk-vlad committed Sep 25, 2024
2 parents 9533bfe + da7e297 commit 3d1031e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/text-generation-webui-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build Text Generation WebUI Solution

on:
workflow_dispatch:
inputs:
target:
description: 'Target'
required: true
default: ''
type: choice
options:
- develop
- stage
- testnet

jobs:
build-text-genration-webui:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
repository-projects: read

steps:
- name: Echo
run: |
echo 1

0 comments on commit 3d1031e

Please sign in to comment.