diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1b99c1f7..308cc181 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,12 +20,6 @@ jobs: dockerfile: [dev, robot, demo] runs-on: ubuntu-latest steps: - - name: Maximize build space - uses: easimon/maximize-build-space@v7 - with: - root-reserve-mb: 512 - swap-size-mb: 1024 - remove-dotnet: 'true' - name: Check out moma repo uses: actions/checkout@v3 with: