Skip to content

Scheduled scripts tests (macos) #59

Scheduled scripts tests (macos)

Scheduled scripts tests (macos) #59

name: Scheduled scripts tests (macos)
on:
schedule:
- cron: "0 0 * * 1" # Run every Monday at 12:00 AM UTC
workflow_dispatch:
jobs:
test-scripts-macos:
uses: ./.github/workflows/test-scripts.yml
with:
os: macos-latest
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 }}