Skip to content

ci: Remove redundant assemble step from pre-merge workflow#1267

Open
runningcode wants to merge 1 commit into
mainfrom
no/remove-redundant-assemble-pre-merge
Open

ci: Remove redundant assemble step from pre-merge workflow#1267
runningcode wants to merge 1 commit into
mainfrom
no/remove-redundant-assemble-pre-merge

Conversation

@runningcode

@runningcode runningcode commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Removes the assemble step from the pre-merge workflow.

On Linux this is redundant with the Build workflow, which already runs ./gradlew assemble on ubuntu-latest.

Note: pre-merge also runs on macOS and Windows, where this step previously provided the only assemble coverage (preMerge is skipped on Windows and doesn't depend on assemble). Removing it drops that cross-platform build coverage, which is an accepted tradeoff here.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants