mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
build: exclude ui from test-invoke-pip
This commit is contained in:
12
.github/workflows/test-invoke-pip-skip.yml
vendored
12
.github/workflows/test-invoke-pip-skip.yml
vendored
@ -1,12 +1,12 @@
|
|||||||
name: Test invoke.py pip
|
name: Test invoke.py pip
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths:
|
||||||
- 'pyproject.toml'
|
- '**'
|
||||||
- 'invokeai/**'
|
- '!pyproject.toml'
|
||||||
- 'invokeai/backend/**'
|
- '!invokeai/**'
|
||||||
- 'invokeai/configs/**'
|
- 'invokeai/frontend/web/**'
|
||||||
- 'invokeai/frontend/web/dist/**'
|
- '!invokeai/frontend/web/dist/**'
|
||||||
merge_group:
|
merge_group:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
6
.github/workflows/test-invoke-pip.yml
vendored
6
.github/workflows/test-invoke-pip.yml
vendored
@ -6,15 +6,13 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- 'invokeai/**'
|
- 'invokeai/**'
|
||||||
- 'invokeai/backend/**'
|
- '!invokeai/frontend/web/**'
|
||||||
- 'invokeai/configs/**'
|
|
||||||
- 'invokeai/frontend/web/dist/**'
|
- 'invokeai/frontend/web/dist/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- 'invokeai/**'
|
- 'invokeai/**'
|
||||||
- 'invokeai/backend/**'
|
- '!invokeai/frontend/web/**'
|
||||||
- 'invokeai/configs/**'
|
|
||||||
- 'invokeai/frontend/web/dist/**'
|
- 'invokeai/frontend/web/dist/**'
|
||||||
types:
|
types:
|
||||||
- 'ready_for_review'
|
- 'ready_for_review'
|
||||||
|
Reference in New Issue
Block a user