Shun Miyazawa %!s(int64=2) %!d(string=hai) anos
pai
achega
1f37716011
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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 }}