1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-05 21:17:52 +00:00

chore: filter javadoc generation

This commit is contained in:
Arnaud Roques 2023-11-15 18:18:55 +01:00
parent 3a10503cc8
commit b63f2ab4cd

View File

@ -182,6 +182,7 @@ jobs:
deploy_javadoc:
needs: [ build_artifacts, test_linux ]
if: needs.workflow_config.outputs.do_release == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout the repository