Skip to content

Commit a55a90d

Browse files
committed
[ci] Remove duplicated build step for doxygen job.
There doesn't seem to be a difference between the build configs, so the duplicated step was removed.
1 parent 24814a0 commit a55a90d

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,7 @@ jobs:
7575
echo TAR_NAME=html${BASE_REF}.tar >> $GITHUB_ENV
7676
echo DOCDIR_NAME=${BASE_REF} >> $GITHUB_ENV
7777
78-
- name: Build ROOT - Workflow Dispatch
79-
if: github.event_name == 'workflow_dispatch'
80-
env:
81-
INCREMENTAL: ${{ inputs.incremental == 'true' }}
82-
run: ".github/workflows/root-ci-config/build_root.py
83-
--buildtype Release
84-
--platform ${{ env.PLATFORM }}
85-
--incremental ${{ env.INCREMENTAL }}
86-
--base_ref ${BASE_REF}
87-
--head_ref ${BASE_REF}
88-
--binaries false
89-
--repository ${{ github.server_url }}/${{ github.repository }}
90-
--overrides ${OVERRIDES}"
91-
92-
- name: Build ROOT - Schedule
93-
if: github.event_name == 'schedule'
78+
- name: Build ROOT
9479
run: ".github/workflows/root-ci-config/build_root.py
9580
--buildtype Release
9681
--platform ${{ env.PLATFORM }}

0 commit comments

Comments
 (0)