Skip to content

Scheduled Notebook Execution #23

Scheduled Notebook Execution

Scheduled Notebook Execution #23

Workflow file for this run

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