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

Remove duplicate post/pre actions #3122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sebastianv1
Copy link
Contributor

When using custom schemes with "same_as_run" for the profile action, I noticed that the build target's pre/post build actions were being duplicated in the generated scheme because we copy the whole build target into the profile action (incl post_actions and pre_actions).

This just copies the id from the build target instead.

@sebastianv1 sebastianv1 requested a review from a team as a code owner December 26, 2024 16:37
@sebastianv1 sebastianv1 force-pushed the sebastianv1/fix-dup-actions branch from 8b5ef7c to f77a73f Compare December 26, 2024 16:42
When using custom schemes with "same_as_run" for the profile action, I noticed that the build target's pre/post build actions were being duplicated in the generated scheme because we copy the whole build target into the profile action (incl post_actions and pre_actions).

This just copies the `id` from the build target instead.

Signed-off-by: Sebastian Shanus <[email protected]>
@sebastianv1 sebastianv1 force-pushed the sebastianv1/fix-dup-actions branch from f77a73f to 21f1b06 Compare December 26, 2024 17:45
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.

1 participant