Skip to content

Commit

Permalink
fixup! WIP: remove unnecessary cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Jul 17, 2024
1 parent 22c470c commit c8653c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8653c2

Please sign in to comment.