Shun Miyazawa před 2 roky
rodič
revize
1f37716011
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2 3
      .github/workflows/release-rc-scheduled.yml

+ 2 - 3
.github/workflows/release-rc-scheduled.yml

@@ -2,9 +2,8 @@ name: Release Docker Images for RC (for master)
 
 on:
   schedule:
-    - cron:
-      - '0 15 * * 1-5' # Weekdays at 24:00hrs (JST) Executed
-
+    # Weekdays at 24:00hrs (JST) Executed
+    - cron: '0 15 * * 1-5'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}