* MOD: workflow tests
Some checks failed
Build and push / build_and_push (push) Has been cancelled
Build and push / tests (push) Has been cancelled

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-21 09:51:03 +01:00
parent 85303e709b
commit 8c3f5be513
2 changed files with 4 additions and 2 deletions

View File

@@ -11,8 +11,11 @@ on:
- completed
jobs:
tests:
uses: ./.gitea/workflows/test.yaml
buildpush:
name: build_and_push
needs: [tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@@ -1,7 +1,6 @@
---
name: Test stage
on:
- push
on: [workflow_call]
jobs:
test_shellcheck: