فهرست منبع

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.
 # documentation.
 
 
 on:
 on:
-  #  schedule:
-  #    - cron: '30 20 * * *'
+  schedule:
+  - cron: '00 11 * * Mon'
   push:
   push:
     branches: ["*"]
     branches: ["*"]
     # Publish semver tags as releases.
     # Publish semver tags as releases.