aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNanguan Lin <70063547+lng2020@users.noreply.github.com>2023-11-24 20:25:01 +0800
committerGitHub <noreply@github.com>2023-11-24 13:25:01 +0100
commit6c7744370f1c5e524377a15ea26abd58a1598639 (patch)
tree288a281f032b01ab7f82bfeb14b934c3326fde05 /.github
parentdf1e7d0067bb39913eb681ccc920649884fb1938 (diff)
downloadgitea-6c7744370f1c5e524377a15ea26abd58a1598639.tar.gz
gitea-6c7744370f1c5e524377a15ea26abd58a1598639.zip
Remove workaround in disk-clean.yml (#28195)
According to https://github.com/jlumbroso/free-disk-space/issues/17, the issue has been fixed in the main branch.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/disk-clean.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/disk-clean.yml b/.github/workflows/disk-clean.yml
index 78cd251354..8abe8891c7 100644
--- a/.github/workflows/disk-clean.yml
+++ b/.github/workflows/disk-clean.yml
@@ -8,21 +8,6 @@ jobs:
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
- run: |
- sudo apt-get update
- sudo apt-get remove -y '^dotnet-.*' || true
- sudo apt-get remove -y '^llvm-.*' || true
- sudo apt-get remove -y 'php.*' || true
- sudo apt-get remove -y '^mongodb-.*' || true
- sudo apt-get remove -y '^mysql-.*' || true
- sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri || true
- sudo apt-get autoremove -y
- sudo apt-get clean
- env:
- DEBIAN_FRONTEND: noninteractive
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with: