Skip to content

Commit 8f2f906

Browse files
committed
build-and-deploy: remove cleanup logic on GfW SDK
As we use ephemeral runners for arm64 now, there's no need to clean up the SDK after the workflow run anymore. Let's get rid of that logic so we save ~20 seconds at the end of the workflow run. Signed-off-by: Dennis Ameling <[email protected]>
1 parent f53d1ab commit 8f2f906

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ jobs:
140140
flavor: ${{ env.PACKAGE_TO_BUILD == 'mingw-w64-git' && 'build-installers' || 'full' }}
141141
architecture: ${{ env.ARCHITECTURE || 'x86_64' }}
142142
msys: ${{ env.REPO == 'MSYS2-packages' || env.PACKAGE_TO_BUILD == 'git-for-windows-keyring' }}
143-
# We only have to clean up on self-hosted runners
144-
cleanup: ${{ runner.arch == 'ARM64' && true || false }}
145143

146144
- name: Clone ${{ env.REPO }}
147145
shell: bash

0 commit comments

Comments
 (0)