Scheduled scripts tests (windows) #150
This file contains hidden or 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 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 }} |