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: