From e0fa2955275f60234f664d8ef7a58ee597ab562c Mon Sep 17 00:00:00 2001 From: VSinerva Date: Mon, 9 Jun 2025 02:25:50 +0300 Subject: [PATCH] Update .forgejo/workflows/ci.yaml --- .forgejo/workflows/ci.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 01ed8e0..a5a0c4a 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -1,8 +1,9 @@ -on: - schedule: - - cron: '@yearly' +on: [push] +# schedule: +# - cron: '@yearly' jobs: test: runs-on: nixos-latest steps: - - run: echo All Good \ No newline at end of file + - uses: https://code.forgejo.org/actions/checkout@v4 + - run: cat flake.nix \ No newline at end of file