Browse Source

fix syntax

Shun Miyazawa 2 years ago
parent
commit
1f37716011
1 changed files with 2 additions and 3 deletions
  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 }}