mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2026-01-02 05:40:33 +00:00
switched to self-hosted runner for future projects
This commit is contained in:
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
|
||||
jobs:
|
||||
package:
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: self-hosted
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
@@ -13,7 +13,6 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
node-version: 16
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user