瀏覽代碼

schedule build once a week

sstidl 2 年之前
父節點
當前提交
bccdf5ff27
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/docker-publish.yml

+ 2 - 2
.github/workflows/docker-publish.yml

@@ -6,8 +6,8 @@ name: Docker
 # documentation.
 
 on:
-  #  schedule:
-  #    - cron: '30 20 * * *'
+  schedule:
+  - cron: '00 11 * * Mon'
   push:
     branches: ["*"]
     # Publish semver tags as releases.