.gitea: modify scheduled workflow times (#31946)
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Docker Image (push) Waiting to run

This commit is contained in:
Felix Lange 2025-06-02 13:00:58 +02:00 committed by GitHub
parent 2a1784baef
commit 99c0ed1154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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/*"