Ver Fonte

cron job to run

Shun Miyazawa há 2 anos atrás
pai
commit
c8d2639822
1 ficheiros alterados com 3 adições e 3 exclusões
  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: