fix: prevent deployment when quality checks fail
This commit is contained in:
parent
531da98c24
commit
6539d3e346
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
|
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
needs: quality
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: apt-get update && apt-get install -y docker.io openssh-client
|
run: apt-get update && apt-get install -y docker.io openssh-client
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue