ROOT Docs Nightlies #94
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'ROOT Docs Nightlies' | |
| on: | |
| schedule: | |
| - cron: '20 1 * * *' | |
| - cron: '55 11 * * 1-5' | |
| jobs: | |
| Docs_6-32: | |
| if: ${{ github.event.schedule == '20 1 * * *' }} | |
| uses: root-project/root/.github/workflows/root-docs-ci.yml@v6-32-00-patches | |
| secrets: inherit | |
| Docs_6-36: | |
| if: ${{ github.event.schedule == '20 1 * * *' }} | |
| uses: root-project/root/.github/workflows/root-docs-ci.yml@v6-36-00-patches | |
| secrets: inherit | |
| Docs_6-40: | |
| if: ${{ github.event.schedule == '20 1 * * *' }} | |
| uses: root-project/root/.github/workflows/root-docs-ci.yml@v6-40-00-patches | |
| secrets: inherit | |
| # Master also runs at lunch time during the week | |
| Docs_Master: | |
| uses: root-project/root/.github/workflows/root-docs-ci.yml@master | |
| secrets: inherit |