Skip to content

Scheduled Notebook Execution #219

Scheduled Notebook Execution

Scheduled Notebook Execution #219

Workflow file for this run

name: Nightly Notebook Execution
on:
schedule:
#- cron: '0 3 * * *' # run at 2 AM UTC
- cron: '0 0 * * 0' # midnight sunday UTC
jobs:
GenerateHTML:
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_scheduled.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}