💚 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:
parent
2f769675fd
commit
e4bfd58901
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ jobs:
|
|||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
clean: true
|
||||
- name: update nix flakes
|
||||
if: ${{ github.event_name == 'schedule' }}
|
||||
# we need to use our ssh key here because we need access to private flakes
|
||||
|
|
Loading…
Reference in a new issue