From 6a0ae96910f09efbc5332cdb485965b639d7564a Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 13:30:38 +0200 Subject: [PATCH] again! --- .forgejo/workflows/flake-update.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/flake-update.yaml b/.forgejo/workflows/flake-update.yaml index b150124..1156fb8 100644 --- a/.forgejo/workflows/flake-update.yaml +++ b/.forgejo/workflows/flake-update.yaml @@ -1,6 +1,20 @@ -on: [push] +on: + push: + branches: + - trunk + schedule: + - cron: '0 2 * * *' jobs: test: runs-on: docker steps: - - run: echo Running!? \ No newline at end of file + - name: clone repo + run: | + git clone https://git.collective-conciousness.monster/Ittihadyya/adyya-flake.git + cd adyya-flake/ + - name: update flake + run: | + nix flake update + - name: + + \ No newline at end of file