cron schedule 시간 변경
Some checks are pending
Run Report Table / run-script (push) Successful in 32s
OCR-Gateway Health Check / OCR health-check (push) Has started running
LLM-Gateway Health Check / health-check (push) Successful in 7s

This commit is contained in:
kyy
2025-11-19 17:31:20 +09:00
parent 5b311f4a89
commit 471c61bdc1

View File

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