Scheduled Notebook Execution #14
This file contains 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: 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 }} |