diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 5ec42fc..68fad71 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -17,7 +17,7 @@ on: type: boolean default: true schedule: - - cron: '0 * * * *' + - cron: '*/15 * * * *' jobs: release-check: permissions: write-all