From c120d07471011d78a5fbe96cc667f717f684855c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 10 Apr 2021 19:49:16 +0200 Subject: [PATCH] update parent every month --- .github/workflows/update-parent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-parent.yml b/.github/workflows/update-parent.yml index a6f5806..cf08245 100644 --- a/.github/workflows/update-parent.yml +++ b/.github/workflows/update-parent.yml @@ -1,7 +1,7 @@ name: Update Parent on: schedule: - - cron: '55 2 * * SAT' + - cron: "0 1 12 * *" jobs: build: runs-on: ubuntu-latest -- 2.11.4.GIT