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 817cfae51c0 Update cron
817cfae51c0 is described below
commit 817cfae51c0a13bcd9b7eece6d7b6755411b1ebc
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Aug 9 10:23:12 2022 +0800
Update cron
---
.github/workflows/link_check.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml
index 49c952f7d0e..6eafe8ac229 100644
--- a/.github/workflows/link_check.yml
+++ b/.github/workflows/link_check.yml
@@ -10,7 +10,6 @@ on:
jobs:
link_check_job:
- if: github.event_name == 'push' || (github.event_name == 'pull_request' &&
github.event.action != 'closed')
runs-on: ubuntu-latest
name: Link Check Job
steps:
@@ -38,7 +37,9 @@ jobs:
uses: actions/cache@v2
with:
path: tmp/.htmltest/refcache.json
- key: ${{ runner.os }}-htmltest-ref
+ key: ${{ runner.os }}-htmltest-ref-${{ github.run_number }}-${{
github.run_id }}-
+ restore-keys: |
+ ${{ runner.os }}-htmltest-ref-
- name: Lint Self
run: ./bin/htmltest -s
- name: Lint External