* MOD: workflow tests
All checks were successful
Build and push / test_shellcheck (push) Successful in 6s
Build and push / build_and_push (push) Has been skipped

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-21 10:13:54 +01:00
parent fda895ed93
commit 957e4be974

View File

@@ -17,7 +17,7 @@ jobs:
name: build_and_push
needs: [tests_shellcheck]
runs-on: ubuntu-latest
if: ${{ gitea.event.workflow_run.conclusion == 'success' }}
if: gitea.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@v4
- name: Login to docker