.gitea: modify scheduled workflow times

This commit is contained in:
Felix Lange 2025-06-02 10:10:59 +02:00
parent 2a1784baef
commit dbe7215671
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 14 * * *'
workflow_dispatch:
jobs:

View file

@ -1,6 +1,6 @@
on:
schedule:
- cron: '0 16 * * *'
- cron: '0 15 * * *'
push:
branches:
- "release/*"