Browse Source

cron job to run

Shun Miyazawa 2 years ago
parent
commit
c8d2639822
1 changed files with 3 additions and 3 deletions
  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: