Update .forgejo/workflows/ci.yaml
Some checks failed
/ test (push) Failing after 6s

This commit is contained in:
Vili Sinervä 2025-06-09 02:25:50 +03:00
parent dd7e18518d
commit e0fa295527

View file

@ -1,8 +1,9 @@
on: on: [push]
schedule: # schedule:
- cron: '@yearly' # - cron: '@yearly'
jobs: jobs:
test: test:
runs-on: nixos-latest runs-on: nixos-latest
steps: steps:
- run: echo All Good - uses: https://code.forgejo.org/actions/checkout@v4
- run: cat flake.nix