Skip to content

Commit

Permalink
Prevent deploy if docker build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Nov 10, 2024
1 parent 5e5eefb commit ea856b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
environment: deployment
concurrency:
group: deploy-group-${{ github.event.workflow_run.outputs.branch }}
Expand Down

0 comments on commit ea856b6

Please sign in to comment.