Skip to content

Scheduled scripts tests (windows) #11

Scheduled scripts tests (windows)

Scheduled scripts tests (windows) #11

name: Scheduled scripts tests (windows)
on:
schedule:
- cron: "0 0 * * 5" # Run every Friday at 12:00 AM UTC
workflow_dispatch:
jobs:
test-scripts-windows:
uses: ./.github/workflows/test-scripts.yml
with:
os: windows-latest
secrets:
NEPTUNE_API_TOKEN: ${{ secrets.NEPTUNE_API_TOKEN }}