File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments