From 4cba84276e5d704ae0bca6ddd935523738e7c693 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 5 Oct 2020 08:23:30 +0200 Subject: [PATCH] Test recent extensions only once a day --- .github/workflows/test-recent-extensions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-recent-extensions.yml b/.github/workflows/test-recent-extensions.yml index d746067..085bbec 100644 --- a/.github/workflows/test-recent-extensions.yml +++ b/.github/workflows/test-recent-extensions.yml @@ -2,7 +2,7 @@ name: Test recent on: schedule: - - cron: "0 */12 * * *" + - cron: "0 12 * * *" repository_dispatch: types: - test-recent