actual fix of build_doc.yml [skip ci]

This commit is contained in:
Laurent Rineau 2024-09-23 14:35:38 +02:00
parent 634e9ac787
commit 6b366985e1
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ jobs:
force_build: ${{ needs.pre_build_checks.outputs.force_build }}
pr_number: ${{ needs.pre_build_checks.outputs.pr_number }}
doc_version: ${{ needs.pre_build_checks.outputs.doc_version }}
if: ${{ fromJSON(needs.pre_build_checks.outputs.trigger_build) }}
if: ${{ fromJSON(needs.pre_build_checks.outputs.trigger_build || false) }}
steps:
- name: Emoji-comment