Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 9d746ab

Browse files
committed
Remove redundant clean step from CI workflows
The 'Clean DerivedData' step was removed from both ci.yml and ui_tests.yml workflows to streamline the build process and avoid unnecessary cleaning operations.
1 parent 10d5a03 commit 9d746ab

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ jobs:
7474
- name: Build Core
7575
run: just generate-stone
7676

77-
- name: Clean DerivedData
78-
run: just clean
79-
8077
- name: Build for Testing
8178
run: just build-for-testing
8279

.github/workflows/ui_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ jobs:
7171

7272
- name: Install dependencies
7373
run: just install-toolchains
74-
75-
- name: Clean DerivedData
76-
run: just clean
7774

7875
- name: Build Core
7976
run: just generate-stone

0 commit comments

Comments
 (0)