Browse Source

fix syntax

Shun Miyazawa 2 years ago
parent
commit
82b7bd52e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release-rc-scheduled.yml

+ 1 - 1
.github/workflows/release-rc-scheduled.yml

@@ -2,7 +2,7 @@ name: Release Docker Images for RC (for master)
 
 on:
   schedule:
-    cron:
+    - cron:
       - '0 15 * * 1-5' # Weekdays at 24:00hrs (JST) Executed