From 5861598c1a194401bb9a3a3cd070c945a1483ebe Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Mon, 20 May 2024 12:13:48 +0100 Subject: [PATCH] Run autorelease workflow daily. Running on a weekly schedule means there are often commits other than Dependabot ones and a PR to bump version will not be opened. --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 11b3988..b73d83e 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -1,7 +1,7 @@ on: workflow_dispatch: {} schedule: - - cron: '00 13 * * 2' + - cron: '30 10 * * 1-5' # 10:30am UTC, Mon-Fri. jobs: autorelease: