This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new bf9db14ccf7 Add hourly check (#1353)
bf9db14ccf7 is described below

commit bf9db14ccf7300887eccf4a0153b61ffd178648e
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Aug 8 17:57:40 2022 +0800

    Add hourly check (#1353)
    
    * Add github actions ref cache
    
    * Add hourly check
---
 .github/workflows/link_check.yml | 8 +++++++-
 .htmltest.yml                    | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml
index 254b04099f4..49c952f7d0e 100644
--- a/.github/workflows/link_check.yml
+++ b/.github/workflows/link_check.yml
@@ -1,6 +1,12 @@
 name: Link Check
 
-on: [push, pull_request, workflow_dispatch]
+
+on:
+  schedule:
+    - cron: '0 * * * *'
+  push:
+  pull_request:
+  workflow_dispatch:
 
 jobs:
   link_check_job:
diff --git a/.htmltest.yml b/.htmltest.yml
index 92de35a6751..19663a48c35 100644
--- a/.htmltest.yml
+++ b/.htmltest.yml
@@ -4,6 +4,7 @@ IgnoreInternalEmptyHash: true
 IgnoreDirectoryMissingTrailingSlash: true
 ExternalTimeout: 15
 LogLevel: 1
+CacheExpires: 2h
 IgnoreURLs: [
   # starter not available => temp ignore
   "http://start.dubbo.io";,

Reply via email to