Skip to content

Conversation

kpavlov
Copy link
Contributor

@kpavlov kpavlov commented Sep 11, 2025

Motivation and Context

Build should run on pushing to main branch too.
Use GH caching

How Has This Been Tested?

GitHub Actions workflow

Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • CI configuration update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

- Rename workflow to 'Build'
- Add push trigger on main branch
- Cancel workflow only when the run is NOT on `main` branch
- Update Gradle setup
- Enable ignoring disabled targets for Kotlin Native.
- Refine CodeQL build command to specify module targets and rerun tasks.
@kpavlov kpavlov requested a review from devcrocod September 11, 2025 08:44
@kpavlov kpavlov marked this pull request as ready for review September 11, 2025 08:44
@kpavlov kpavlov requested a review from e5l September 11, 2025 09:00
- Adjust failure condition to only disable auto-merge for pull requests.
@kpavlov kpavlov removed the request for review from e5l September 11, 2025 09:46
Copy link
Contributor

@devcrocod devcrocod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kpavlov kpavlov merged commit bbc7a8f into main Sep 11, 2025
3 checks passed
@kpavlov kpavlov deleted the kpavlov/workflow branch September 11, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants