mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +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:
|
triage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
# FIXME: https://github.com/jlumbroso/free-disk-space/issues/17
|
# FIXME: https://github.com/jlumbroso/free-disk-space/issues/17
|
||||||
- name: same as 'large-packages' but without 'google-cloud-sdk'
|
- name: same as 'large-packages' but without 'google-cloud-sdk'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue