💚 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
|
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
|
||||||
|
|
Loading…
Reference in a new issue