cron 시간대 조정
All checks were successful
OCR-Gateway Health Check / OCR health-check (push) Successful in 3s
LLM-Gateway Health Check / health-check (push) Successful in 4s

This commit is contained in:
kyy
2025-11-17 15:20:31 +09:00
parent 13505e895a
commit 6b15f9988a

View File

@@ -2,7 +2,7 @@
name: Run Report Table
on:
schedule:
- cron: "0 15 * * *" # "0 15 * * *"
- cron: "10 15 * * *" # "0 15 * * *"
jobs:
run-script:
runs-on: ubuntu-latest