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

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new bd2f441d79 chore: pause daily link checker (#741)
bd2f441d79 is described below

commit bd2f441d7930e992a8f10b00424db251e1477d05
Author: Klesh Wong <[email protected]>
AuthorDate: Wed Apr 17 14:10:21 2024 +0800

    chore: pause daily link checker (#741)
---
 .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

Reply via email to