1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-17 01:42:45 +02:00

Fix auto-release schedule

It was previously on each saturday
This commit is contained in:
Jesse Duffield
2025-02-22 23:03:42 +11:00
parent 101bbb0ac5
commit a81f9ea97c

View File

@ -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: