💚 try to fix forgejo builds

It happens to be that forgejo is not cleaning up it's cache when doing scheduled runs.
This commit is contained in:
Ingolf Wagner 2024-09-22 08:16:25 +09:00
parent 2f769675fd
commit e4bfd58901
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -10,6 +10,8 @@ jobs:
runs-on: native runs-on: native
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
clean: true
- name: update nix flakes - name: update nix flakes
if: ${{ github.event_name == 'schedule' }} if: ${{ github.event_name == 'schedule' }}
# we need to use our ssh key here because we need access to private flakes # we need to use our ssh key here because we need access to private flakes