[ci] feat: make deployment dependant on build
All checks were successful
Build and Publish / Build (push) Successful in 5s
Build and Publish / Deployment (push) Successful in 13s

This commit is contained in:
Simon Cornet 2024-08-26 17:40:47 +02:00
parent 956e73d0e4
commit 094b9dc684

View File

@ -41,6 +41,7 @@ jobs:
# ansible deployment
Deployment:
runs-on: 'ubuntu-latest'
needs: "Build"
steps:
# name: Build