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:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -3,7 +3,7 @@ name: Automated Release
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Runs at 2:00 AM UTC on the first Saturday of every month
|
# 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
|
workflow_dispatch: # Allow manual triggering of the workflow
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user