chore(ci): refactor gitHub actions workflows

This commit is contained in:
Dowon
2024-09-28 00:54:09 +09:00
parent 18e111322c
commit 47e3a572e4
2 changed files with 3 additions and 25 deletions

View File

@@ -4,6 +4,7 @@ on:
pull_request:
paths:
- "adetailer/**.py"
workflow_call:
jobs:
test:
@@ -24,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v3
- name: Install dependencies
run: |