Skip to content

Commit

Permalink
[ci] Do not run tests during doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Jan 11, 2025
1 parent 16f2c4d commit 61dab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/root-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Apply option overrides
if: ${{ github.event_name != 'schedule' }}
env:
OVERRIDES: "testing=off roottest=off minimal=on"
OVERRIDES: ["testing=Off", "roottest=Off", "minimal=On"]
CONFIGFILE: '.github/workflows/root-ci-config/buildconfig/alma9.txt'
shell: bash
run: |
Expand Down

0 comments on commit 61dab63

Please sign in to comment.