Skip to content

Notebook CI - Scheduled #15

Notebook CI - Scheduled

Notebook CI - Scheduled #15

# Scheduled workflow for hellouniverse repository
# Copy this file to your repository's .github/workflows/ directory
name: Notebook CI - Scheduled
on:
# Run weekly on Sundays at 2 AM UTC
schedule:
- cron: '0 2 * * 0'
jobs:
execute-all:
uses: spacetelescope/notebook-ci-actions/.github/workflows/notebook-ci-unified.yml@v1
with:
execution-mode: 'on-demand'
trigger-event: 'execute'
python-version: '3.11'
enable-validation: false
enable-security: false
enable-execution: true
enable-storage: false
enable-html-build: false
secrets: inherit