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: Frontend checks
|
||||
name: 'Check: frontend'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Pytest
|
||||
name: 'Check: pytest'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
2
.github/workflows/check-python.yml
vendored
2
.github/workflows/check-python.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Python checks
|
||||
name: 'Check: python'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: 'On frontend changes: run check-frontend'
|
||||
name: 'On change: 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: 'On python changes: run check-python'
|
||||
name: 'On change: run check-python'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
4
.github/workflows/on-change-pytest.yml
vendored
4
.github/workflows/on-change-pytest.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 'On python changes: run pytest'
|
||||
name: 'On change: run pytest'
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -34,4 +34,4 @@ jobs:
|
||||
run-pytest:
|
||||
needs: check-changed-python-files
|
||||
if: ${{ needs.check-changed-python-files.outputs.python_any_changed == 'true' }}
|
||||
uses: ./.github/workflows/pytest.yml
|
||||
uses: ./.github/workflows/check-pytest.yml
|
||||
|
||||
Reference in New Issue
Block a user