* MOD: workflow tests
Some checks failed
Build and push / test_shellcheck (push) Successful in 6s
Build and push / build_and_push (push) Has been cancelled

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-21 09:53:29 +01:00
parent 8c3f5be513
commit 02bcf1aaac

View File

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