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