aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows/build.yaml
diff options
context:
space:
mode:
authorMichael Grote2024-09-02 21:31:01 +0200
committerMichael Grote2024-09-02 21:31:01 +0200
commit133f530e2965f9e7826784c275ba2175e6cc4571 (patch)
treef4c364681813d588951b159cf1d1c1a6bdc152b1 /.gitea/workflows/build.yaml
parent49b3121b01f030784d31b0e4f860dcf3a5dc7f87 (diff)
ci: zeiten randomisiert + badges entfernt
Diffstat (limited to '.gitea/workflows/build.yaml')
-rw-r--r--.gitea/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
index 54891f9..afa44ec 100644
--- a/.gitea/workflows/build.yaml
+++ b/.gitea/workflows/build.yaml
@@ -1,7 +1,7 @@
name: "lint, build and push"
on:
schedule:
- - cron: "5 3 * * SUN"
+ - cron: "49 9 * * SUN"
push:
branches: [ master ]
pull_request: