cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 0db4da551f6a3107fb39bc06a369ab07b7b6bbd0
parent b979b0fba3c024a165bfbb4959d3e91e425dd010
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 24 Mar 2024 18:27:42 +0100

workflow_dispatch currently is not available

Diffstat:
M.forgejo/workflows/update.yaml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml @@ -4,6 +4,9 @@ on: workflow_dispatch: schedule: - cron: "0 * * * *" + push: + branches: + - main permissions: contents: write