Skip to content

Scheduled scripts tests (windows) #125

Scheduled scripts tests (windows)

Scheduled scripts tests (windows) #125

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 }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}