Skip to content

Run Lexxer Batch Every 10 Hours #8

Run Lexxer Batch Every 10 Hours

Run Lexxer Batch Every 10 Hours #8

Workflow file for this run

name: Run Lexxer Batch Every 10 Hours
on:
schedule:
- cron: '0 */10 * * *'
workflow_dispatch:
jobs:
run-lexxer:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run lexxer.bat
run: |
cd scripts
lexxer.bat
shell: cmd