From b04697d045e44448249e8e28910f8440f79e02ed Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Sat, 24 Apr 2021 14:33:10 +0200 Subject: [PATCH] fix cron --- .github/workflows/make_files_tree.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_files_tree.yml b/.github/workflows/make_files_tree.yml index 97c7a233fc..942b61038a 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 to files on: schedule: - - cron: '*/5 * * * ' + - cron: '*/5 * * * * ' push: branches: - main