From b9fc0ea79f92408fe93898cae93b3bdda2ab8a1b Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Fri, 13 May 2022 11:27:17 +0200 Subject: [PATCH] temp disable workflows --- .github/workflows/make_files_tree.yml | 2 +- .github/workflows/make_tracked_links_list.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_files_tree.yml b/.github/workflows/make_files_tree.yml index b8c4c9ee78..dfc01765cb 100644 --- a/.github/workflows/make_files_tree.yml +++ b/.github/workflows/make_files_tree.yml @@ -2,7 +2,7 @@ name: Fetch new content of tracked links and files on: schedule: - - cron: '* * * * *' + - cron: '* * 5 * *' push: # trigger on updated linkbase branches: diff --git a/.github/workflows/make_tracked_links_list.yml b/.github/workflows/make_tracked_links_list.yml index a0d888228e..d4540cf839 100644 --- a/.github/workflows/make_tracked_links_list.yml +++ b/.github/workflows/make_tracked_links_list.yml @@ -2,7 +2,7 @@ name: Generate or update list of tracked links on: schedule: - - cron: '* * * * *' + - cron: '* * 5 * *' push: # trigger on updated link crawler rules branches: