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