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

Add a support to run the workflows without pushing the artifacts #259

Open
vprashar2929 opened this issue Sep 17, 2024 · 0 comments
Open
Assignees

Comments

@vprashar2929
Copy link
Collaborator

Currently, when making changes to the ansible code base and testing them through the CI, we rely on existing workflows. These workflows include a step that automatically pushes validator artifacts to the branch, which is unnecessary during testing. This adds complexity for developers, as the artifacts are not required to be published for simple tests.

To bypass this current workaround, manually comment out the push step, run the workflow and later revert the changes if the CI passes. This process introduces unnecessary overhead, requiring an extra commit and a subsequent revert.

There should be a way to run the workflow fully, but make the push step optional, controlled via a variable or flag that can be set according to the need. This would streamline the testing process by eliminating unnecessary file changes and commits

@vprashar2929 vprashar2929 self-assigned this Sep 17, 2024
@KaiyiLiu1234 KaiyiLiu1234 self-assigned this Sep 19, 2024
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

No branches or pull requests

2 participants