1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-08 10:38:21 +00:00

Build nightly binaries with Actions (#25308)

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
techknowlogick
2023-06-16 13:00:39 -04:00
committed by GitHub
parent 86d019682f
commit 0ab9b7f426
5 changed files with 61 additions and 147 deletions

View File

@@ -3,6 +3,7 @@ name: cron-licenses
on:
schedule:
- cron: "7 0 * * 1" # every Monday at 00:07 UTC
workflow_dispatch:
jobs:
cron-licenses: