This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch klesh-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit a7ed601913ca7ce68229f388d1a567dcf52616b2 Author: Klesh Wong <[email protected]> AuthorDate: Wed Apr 17 13:59:42 2024 +0800 chore: pause daily link checker --- .github/workflows/link-schedule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-schedule.yaml b/.github/workflows/link-schedule.yaml index 538726f765..88ee20bc31 100644 --- a/.github/workflows/link-schedule.yaml +++ b/.github/workflows/link-schedule.yaml @@ -2,8 +2,8 @@ name: Check links daily on: workflow_dispatch: - schedule: - - cron: "18 0 * * *" +# schedule: +# - cron: "18 0 * * *" permissions: issues: write # to create an issue when link check fails
