Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix maven workflow when building main branch or from fork #1088

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

fkleedorfer
Copy link
Collaborator

The Changelog check failed when building main because there aren't two branches to compare - which makes total sense. The check is only useful when building a PR to main. Therefore, the check was disabled with this commit.

Note to reviewers: This PR should only affect building a merged PR, so if the maven workflow builds without error, please merge. Only then will the intended changes be tested and hopefully the post-merge build of the main branch will also succeed.

The Changelog check failed when building main because there aren't two branches to compare - which makes total sense. The check is only useful when building a PR to main. Therefore, the check was disabled with this commit.
@fkleedorfer fkleedorfer changed the title Fix maven workflow when building main branch Fix maven workflow when building main branch or from fork Jan 7, 2025
@steveraysteveray steveraysteveray merged commit d1a291d into main Jan 7, 2025
1 check passed
@steveraysteveray steveraysteveray deleted the fix-maven-workflow-building-main branch January 7, 2025 14:59
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