.gitea: disable cron schedule
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-30 17:24:52 +02:00
parent 9eed26d1b0
commit 87d7c2aa12
2 changed files with 15 additions and 4 deletions

View file

@ -1,8 +1,13 @@
on:
schedule:
- cron: '0 15 * * *'
workflow_dispatch:
### Note we cannot use cron-triggered builds right now, Gitea seems to have
### a few bugs in that area. So this workflow is scheduled using an external
### triggering mechanism and workflow_dispatch.
#
# schedule:
# - cron: '0 15 * * *'
jobs:
azure-cleanup:
runs-on: ubuntu-latest

View file

@ -1,11 +1,17 @@
on:
schedule:
- cron: '0 16 * * *'
push:
tags:
- "v*"
workflow_dispatch:
### Note we cannot use cron-triggered builds right now, Gitea seems to have
### a few bugs in that area. So this workflow is scheduled using an external
### triggering mechanism and workflow_dispatch.
#
# schedule:
# - cron: '0 16 * * *'
jobs:
ppa:
name: PPA Upload