From e52f1f1e9ebc332b70ee7da3eb41de327d712127 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 30 Sep 2021 14:01:35 +0300 Subject: [PATCH] Update cleanup.yml --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index e2bc47899..8470fdb43 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -2,7 +2,7 @@ name: cleanup on: workflow_dispatch: schedule: - - cron: '0 6 * * 0' + - cron: '0 6 1 * *' jobs: create-branch: runs-on: ubuntu-latest