Skip to content

Commit

Permalink
Run docker-down always
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Aug 19, 2021
1 parent 66c1eff commit 97a3fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- dev
- breaking
- hotfix/*
- deniallugo-fix-ci
tags:
- hotfix-*

Expand Down Expand Up @@ -51,6 +50,7 @@ jobs:
zk docker push rust
- name: docker-down
if: always()
run: |
docker-compose down
Expand Down

0 comments on commit 97a3fc6

Please sign in to comment.