浏览代码

Run checks at a more random time, once a week.

Running early Thursday morning, to catch any errors from a new HomeAssistant
release on Wednesdays.

Unignore the wheels check, as the pre-requisites have been submitted.
Jason Rumney 4 年之前
父节点
当前提交
e64be9dfdc
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      .github/workflows/hacs-validate.yml
  2. 1 1
      .github/workflows/hassfest-validate.yml

+ 0 - 1
.github/workflows/hacs-validate.yml

@@ -15,4 +15,3 @@ jobs:
         uses: 'hacs/action@main'
         with:
           category: 'integration'
-          ignore: 'wheels'

+ 1 - 1
.github/workflows/hassfest-validate.yml

@@ -4,7 +4,7 @@ on:
   push:
   pull_request:
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '1 18 * * THU'
 
 jobs:
   validate: