From 10434879905f7e56d90827dc0ec2530d2745905a Mon Sep 17 00:00:00 2001 From: Peter Smythe Date: Thu, 2 Apr 2026 18:38:54 +0200 Subject: [PATCH] Update publish.yml to include schedule Add scheduled trigger for publishing workflow. --- .github/workflows/publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c21ca2..15e953d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,8 +16,12 @@ on: branches: - ci/publish-test + schedule: + - cron: '0 3 * * *' + concurrency: - group: publish-${{ github.event.inputs.version || 'push-test' }} + # Works for both scheduled + manual runs + group: publish-${{ github.event.inputs.version || '3.0-SNAPSHOT' }} cancel-in-progress: true permissions: