summaryrefslogtreecommitdiff
path: root/.forgejo
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-29 20:34:41 +0100
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-29 20:34:41 +0100
commite53432063cecce4ac3fc1dd79b47bbed54e9ae82 (patch)
tree4a83347933760fb11eba9ab787ecccff1ac79726 /.forgejo
parent996980c529aa6ab1eb6b550ca1d39aa4f6419326 (diff)
feat: use scheduled jobs
Signed-off-by: Matthieu Pignolet <matthieu@puffer.fish>
Diffstat (limited to '.forgejo')
-rw-r--r--.forgejo/workflows/demo.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml
index f05e4d2..11a54bb 100644
--- a/.forgejo/workflows/demo.yaml
+++ b/.forgejo/workflows/demo.yaml
@@ -1,4 +1,10 @@
-on: [push]
+ on:
+ schedule:
+ - cron: "5 * * *"
+ push:
+ branches:
+ - 'main'
+
jobs:
test:
runs-on: docker