From 17d6733c21919f5b4bd9a3214f0916614db9b276 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 21 Jul 2024 12:29:29 +0200 Subject: [PATCH] try with schedule --- .forgejo/workflows/nix_build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index ee482a1..60e845b 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -4,6 +4,8 @@ on: push: branches: - '**' + schedule: + - cron: '40 12 * * *' # not to frequent, GitHub only allows a few pulls per hour jobs: nix build: @@ -11,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: setup ssh + - name: nix flake archive run: | cat < .id_rsa ${{ secrets.SSH_KEY }}