Shun Miyazawa před 2 roky
rodič
revize
c8d2639822
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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)
 name: Release Docker Images for RC (for master)
 
 
 on:
 on:
-  push:
-    branches:
-      - master
+  schedule:
+    cron:
+      - '0 15 * * 1-5' # Weekdays at 24:00hrs (JST) Executed
 
 
 
 
 concurrency:
 concurrency: