mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 18:39:40 +00:00
changed to manual run. Also my fix the node warnings.
This commit is contained in:
parent
26c0cf03ca
commit
91e4e1f280
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: Package Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
package:
|
||||
@ -15,6 +13,7 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
node-version: 16
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user