.gitea: touch cron workflow files

This commit is contained in:
Felix Lange 2025-06-19 14:56:12 +02:00
parent ac50181b74
commit d4462828e9
2 changed files with 2 additions and 2 deletions

View file

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

View file

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