diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 371e031..68e85fb 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -1,8 +1,8 @@ on: schedule: - - cron: '*/5 * * * *' + - cron: '* * * * *' jobs: test: - runs-on: ubuntu-22.04 + runs-on: nixos-latest steps: - run: echo All Good \ No newline at end of file