Browse Source

Merge pull request #8622 from weseek/support/automated-rc-release-workflow-for-master

support: Automated rc release workflow for master
Yuki Takei 2 years ago
parent
commit
da29e0a41c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/release-rc-scheduled.yml

+ 4 - 4
.github/workflows-archived/release-rc-v7.yml → .github/workflows/release-rc-scheduled.yml

@@ -1,9 +1,9 @@
-name: Release Docker Images for RC (for dev/7.0.x)
+name: Release Docker Images for RC (for master)
 
 
 on:
 on:
-  push:
-    branches:
-      - dev/7.0.x
+  schedule:
+    cron:
+      - '0 15 * * 1-5' # Weekdays at 24:00hrs (JST) Executed
 
 
 
 
 concurrency:
 concurrency: