Update .gitea/workflows/release.yml
All checks were successful
CI / ci (pull_request) Successful in 1m50s

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
Luke Tainton 2025-01-01 00:54:17 +01:00
parent 73958d99c8
commit e462e70f5f

View File

@ -2,7 +2,7 @@ name: Release
on:
schedule:
- cron: "0 9 * * 0"
- cron: "50 23 * * 2" # Testing
- cron: "0 0 * * *" # Testing
jobs:
test: