fix: prevent deployment when quality checks fail
All checks were successful
Build and Deploy / quality (push) Successful in 1m47s
Build and Deploy / build-and-deploy (push) Successful in 1m0s

This commit is contained in:
lila 2026-05-02 13:22:35 +02:00
parent 531da98c24
commit 6539d3e346

View file

@ -29,6 +29,7 @@ jobs:
build-and-deploy:
runs-on: docker
needs: quality
steps:
- name: Install tools
run: apt-get update && apt-get install -y docker.io openssh-client