From f3062919bc458f36fbc0f6be181c06bc4021a379 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 22 Aug 2024 17:28:47 +0000 Subject: [PATCH] Updating github-config --- .github/workflows/publish-releases.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-releases.yml b/.github/workflows/publish-releases.yml index 0ca7fe8..4654c38 100644 --- a/.github/workflows/publish-releases.yml +++ b/.github/workflows/publish-releases.yml @@ -2,6 +2,8 @@ name: Publish Draft Releases on: workflow_dispatch: {} + schedule: + - cron: '0 5 * * FRI' # Weekly on Friday at 5:00 AM UTC concurrency: group: publish-release