Browse Source

schedule build once a week

sstidl 2 năm trước cách đây
mục cha
commit
bccdf5ff27
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.