commit | a2be65f5535a736c400661920c71be8f9fa17f42 | [log] [tgz] |
---|---|---|
author | Mark Elliot <mark.elliot@gmail.com> | Wed Aug 20 10:38:41 2025 -0400 |
committer | GitHub <noreply@github.com> | Wed Aug 20 10:38:41 2025 -0400 |
tree | f643d7ae12b2091deccdc97f361bd383a0dd9f62 | |
parent | bc6d11a55b6c1f9c46d27b165effccb082953f6c [diff] |
Disable autoreleasing
diff --git a/.github/workflows/automation-autorelease.yml b/.github/workflows/automation-autorelease.yml index 1ad026b..2c03b0a 100644 --- a/.github/workflows/automation-autorelease.yml +++ b/.github/workflows/automation-autorelease.yml
@@ -1,9 +1,6 @@ name: autorelease on: workflow_dispatch: {} - schedule: - # check at 11am every day - - cron: "0 11 * * *" jobs: autorelease: name: autorelease