This commit is contained in:
psychedelicious
2023-12-23 23:15:56 +11:00
parent 68425e743e
commit 9b7bfdd1c5
6 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
name: Frontend checks
name: 'Check: frontend'
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: Pytest
name: 'Check: pytest'
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: Python checks
name: 'Check: python'
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: 'On frontend changes: run check-frontend'
name: 'On change: run check-frontend'
on:
push:

View File

@@ -1,4 +1,4 @@
name: 'On python changes: run check-python'
name: 'On change: run check-python'
on:
push:

View File

@@ -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