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

Store a project definition when a flag is updated #15951

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

eduardoj
Copy link
Member

@eduardoj eduardoj commented Apr 9, 2024

Fixes #14978.

Before, we only call the store method a project or a package when a flag was added. This prevented the backend from starting new builds when a flag was updated.

From now on, call the store method when a flag is updated. Therefore, the backend will start new builds.

@github-actions github-actions bot added the Frontend Things related to the OBS RoR app label Apr 9, 2024
Before, we only call the `store` method a project or a package when a
flag was added. This prevented the backend from starting new builds when
a flag was updated.

From now on, call the `store` method when a flag is updated. Therefore,
the backend will start new builds.

Co-authored-by: Saray Cabrera Padrón <[email protected]>
@eduardoj eduardoj marked this pull request as ready for review April 10, 2024 06:56
@danidoni danidoni merged commit f1f4b91 into openSUSE:master Apr 10, 2024
21 checks passed
@eduardoj eduardoj deleted the fix/issue_14978 branch April 19, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting publish flag in OBS workflows seams to be ineffective
2 participants