Scheduled notebook tests (macos) #101
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 tests (macos) | |
on: | |
schedule: | |
- cron: "0 0 * * 0" # Run every Sunday at 12:00 AM UTC | |
workflow_dispatch: | |
jobs: | |
test-notebooks-macos: | |
uses: ./.github/workflows/test-notebooks.yml | |
with: | |
os: macos-13 | |
secrets: | |
NEPTUNE_API_TOKEN: ${{ secrets.NEPTUNE_API_TOKEN }} | |
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |