diff --git a/.github/workflows/auto-patch-release.yml b/.github/workflows/auto-patch-release.yml index d8dffb46..7b98460f 100644 --- a/.github/workflows/auto-patch-release.yml +++ b/.github/workflows/auto-patch-release.yml @@ -1,8 +1,5 @@ name: Automatically create patch release every 2 weeks on: - schedule: - # Run every Thursday right before midnight - - cron: '59 23 * * 4' workflow_dispatch: jobs: create_patch_release: