From b4ddbfc8eab89bf13e6b0475bfcdf60d6e2b47eb Mon Sep 17 00:00:00 2001 From: Kirill Date: Tue, 14 Jul 2020 11:24:35 +0300 Subject: [PATCH] Change cron schedule --- .github/workflows/watch_remote_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/watch_remote_repo.yml b/.github/workflows/watch_remote_repo.yml index d31a40b..52ed887 100644 --- a/.github/workflows/watch_remote_repo.yml +++ b/.github/workflows/watch_remote_repo.yml @@ -2,7 +2,7 @@ name: Watching remote repo on: schedule: - - cron: '* */1 * * *' + - cron: '07 * * * *' push: branches: - develop