build: do not run python tests on ui build

`invokeai/frontend/web/dist/**` should not be triggering the full test suite.
This commit is contained in:
psychedelicious 2023-03-19 23:01:30 +11:00
parent 7789e8319c
commit 9c93b7cb59
2 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ on:
- '!pyproject.toml'
- '!invokeai/**'
- 'invokeai/frontend/web/**'
- '!invokeai/frontend/web/dist/**'
merge_group:
workflow_dispatch:

View File

@ -7,13 +7,11 @@ on:
- 'pyproject.toml'
- 'invokeai/**'
- '!invokeai/frontend/web/**'
- 'invokeai/frontend/web/dist/**'
pull_request:
paths:
- 'pyproject.toml'
- 'invokeai/**'
- '!invokeai/frontend/web/**'
- 'invokeai/frontend/web/dist/**'
types:
- 'ready_for_review'
- 'opened'