mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-06-20 01:19:23 +02:00
Disable the automatic, scheduled release
There's too much manual work involved in releasing now (updating translations, copying docs-master) to make automatic releases infeasible. I'm not worried that I forget to release on the first Saturday of every month. Keeping the code commented out in case we want to re-enable it at some point.
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
# Runs at 8:00 AM UTC on every Saturday
|
# # Runs at 8:00 AM UTC on every Saturday
|
||||||
# We'll check below if it's the first Saturday of the month, and fail if not
|
# # We'll check below if it's the first Saturday of the month, and fail if not
|
||||||
- cron: '0 8 * * 6'
|
# - cron: '0 8 * * 6'
|
||||||
|
|
||||||
# Allow manual triggering of the workflow
|
# Allow manual triggering of the workflow
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user