Skip to content

Commit 8d7d3da

Browse files
committed
[ci] Update doc gen action
1. Override options also on scheduled builds 2. Express CMake options lowercase, as they should be
1 parent 97294a9 commit 8d7d3da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/root-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ jobs:
8181
which qhelpgenerator-qt5
8282
8383
- name: Apply option overrides
84-
if: ${{ github.event_name != 'schedule' }}
8584
env:
86-
OVERRIDES: "TESTING=Off ROOTTEST=Off MINIMAL=On"
85+
OVERRIDES: "testing=Off roottest=Off minimal=On"
8786
CONFIGFILE: '.github/workflows/root-ci-config/buildconfig/alma9.txt'
8887
shell: bash
8988
run: |

0 commit comments

Comments
 (0)