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

Implementing Version Check Step in GHA Pipeline #1164

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

PhilippSchmelter
Copy link
Contributor

This pull request introduces a version check step to the CI workflow to ensure version consistency between the base branch and the pull request head. The most important change is the addition of a new job in the CI configuration file.

CI workflow improvements:

  • .github/workflows/ci.yml: Added a new "Version Check" step to the CI workflow that runs only for pull requests. This step verifies that the version in the base branch matches the version in the pull request head and fails the workflow if there is a mismatch.

@PhilippSchmelter PhilippSchmelter added the ci Related to continuous integration label Feb 10, 2025
@PhilippSchmelter PhilippSchmelter self-assigned this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant