1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-09-28 23:19:01 +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