Skip to content

Commit 978eabf

Browse files
committed
[skip-ci][doc] force incremental
1 parent 037534b commit 978eabf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/root-docs-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ jobs:
116116
117117
- name: Build ROOT - Workflow Dispatch
118118
if: github.event_name == 'workflow_dispatch'
119+
env:
120+
INCREMENTAL: ${{ inputs.incremental == 'true' }}
119121
run: ".github/workflows/root-ci-config/build_root.py
120122
--buildtype Release
121123
--platform ${{ env.PLATFORM }}
122-
--incremental ${{ inputs.incremental }}
124+
--incremental ${{ env.INCREMENTAL }}
123125
--base_ref ${BASE_REF}
124126
--head_ref ${BASE_REF}
125127
--binaries false

0 commit comments

Comments
 (0)