Skip to content

Commit

Permalink
Bugfix/run plantuml from own repo (#5)
Browse files Browse the repository at this point in the history
* fix docker health check

* Add option for manual workflow trigger

* force a change to plantuml

* Only stop plantuml server in case it runs
  • Loading branch information
pbronneberg authored May 1, 2022
1 parent 990927e commit f3c9601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plantuml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Clean-up plantuml server
if: always() && ${{ matrix.run-container }}
if: ${{ matrix.run-container }}
run: |
docker stop plantuml
docker rm plantuml

0 comments on commit f3c9601

Please sign in to comment.