mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-08-24 10:13:41 -05:00
Fix auto-release schedule
It was previously on each saturday
This commit is contained in:
@@ -3,7 +3,7 @@ name: Automated Release
|
||||
on:
|
||||
schedule:
|
||||
# Runs at 2:00 AM UTC on the first Saturday of every month
|
||||
- cron: '0 2 * * 6'
|
||||
- cron: '0 2 1-7 * 6'
|
||||
workflow_dispatch: # Allow manual triggering of the workflow
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user