소스 검색

cron job to run

Shun Miyazawa 2 년 전
부모
커밋
c8d2639822
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/release-rc-scheduled.yml

+ 3 - 3
.github/workflows/release-rc-master.yml → .github/workflows/release-rc-scheduled.yml

@@ -1,9 +1,9 @@
 name: Release Docker Images for RC (for master)
 
 on:
-  push:
-    branches:
-      - master
+  schedule:
+    cron:
+      - '0 15 * * 1-5' # Weekdays at 24:00hrs (JST) Executed
 
 
 concurrency: