Skip to content

Commit c9b09ef

Browse files
committed
Turn Off Automated Release
Spring LDAP is a small enough project that there are a number of times when dependency upgrades and the like are performed on the morning of the release. At times, this get protracted for one reason or another, and it is easy to forget that the release will automatically kick off, sometimes while certain aspects of the release are still being readied. This commit turns of the scheduled release.
1 parent fa994c0 commit c9b09ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-scheduler.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Release Scheduler
22

33
on:
4-
schedule:
5-
- cron: '15 16 * * THU' # Every Thursday at 16:15pm UTC
64
workflow_dispatch:
75

86
permissions: read-all

0 commit comments

Comments
 (0)