From c8653c2eadbd8453cd4155d8ee2a38331c3e4b51 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Wed, 17 Jul 2024 16:33:44 +0200 Subject: [PATCH] fixup! WIP: remove unnecessary cleanup step --- .github/workflows/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 703cee24d..8d25ffdae 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -67,7 +67,7 @@ jobs: # swift delete -a unit: - needs: [docker_cache_key, cleanup] + needs: [docker_cache_key] #, cleanup] runs-on: macos-12 name: Unit tests strategy: