Skip to content

Commit 8360f20

Browse files
runningcodeclaude
andauthored
ci: Remove redundant assemble step from pre-merge workflow (#1267)
The Debug and Release variants are already built via ./gradlew assemble in the Build workflow (build.yml), making this step redundant. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1176060 commit 8360f20

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pre-merge.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ jobs:
4545
name: test-results-${{ matrix.os }}
4646
path: plugin-build/build/reports/tests/
4747
if: always()
48-
49-
- name: Build the Debug and Release variants
50-
run: ./gradlew assemble

0 commit comments

Comments
 (0)