mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
WIP
This commit is contained in:
2
.github/workflows/check-frontend.yml
vendored
2
.github/workflows/check-frontend.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Run frontend code quality checks
|
||||
name: Frontend checks
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/check-python.yml
vendored
2
.github/workflows/check-python.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Run python code quality checks
|
||||
name: Python checks
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Run frontend code quality checks when frontend changes
|
||||
name: 'On frontend changes: run check-frontend'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/on-change-check-python.yml
vendored
2
.github/workflows/on-change-check-python.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Run python code quality checks when python changes
|
||||
name: 'On python changes: run check-python'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/on-change-pytest.yml
vendored
2
.github/workflows/on-change-pytest.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Run pytest when python changes
|
||||
name: 'On python changes: run pytest'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
6
.github/workflows/pytest.yml
vendored
6
.github/workflows/pytest.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Run pytest
|
||||
name: Pytest
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -45,10 +45,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Check python changes
|
||||
uses: ./.github/actions/check-python-changes
|
||||
id: check-python-changes
|
||||
|
||||
- name: set test prompt to main branch validation
|
||||
if: steps.check-python-changes.outputs.python_any_changed == 'true'
|
||||
run: echo "TEST_PROMPTS=tests/validate_pr_prompt.txt" >> ${{ matrix.github-env }}
|
||||
|
||||
Reference in New Issue
Block a user