Skip to content

Scheduled scripts tests (macos) #15

Scheduled scripts tests (macos)

Scheduled scripts tests (macos) #15

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-13
secrets:
NEPTUNE_API_TOKEN: ${{ secrets.NEPTUNE_API_TOKEN }}