mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
add checkout to disk-clean
This commit is contained in:
parent
1683f1587c
commit
bab41dd3a3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/disk-clean.yml
vendored
1
.github/workflows/disk-clean.yml
vendored
|
@ -7,6 +7,7 @@ jobs:
|
|||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# FIXME: https://github.com/jlumbroso/free-disk-space/issues/17
|
||||
- name: same as 'large-packages' but without 'google-cloud-sdk'
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue