git action cron 스케줄링 테스트
Some checks failed
Run Report Table / run-script (push) Failing after 5s

This commit is contained in:
kyy
2025-09-05 13:05:06 +09:00
parent ca48576aae
commit c92459f4f8

View File

@@ -2,7 +2,7 @@
name: Run Report Table
on:
schedule:
- cron: "25 3 * * *"
- cron: "06 4 * * *"
jobs:
run-script:
runs-on: ubuntu-latest