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

build(ci): Ensure we run E2E tests when profiling node is skipped #10512

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Feb 6, 2024

With the recent change to skip the node profiling compile step when it was not changed, we implicitly also skipped the "Prepare E2E tests" job - as that is by default skipped if the dependent job is skipped.

This PR changes this so that we should be running this even if that was skipped. We have to make sure to check that build itself was not skipped though (as then we want to actually skip this).

@mydea mydea requested review from lforst and JonasBa February 6, 2024 09:57
@mydea mydea self-assigned this Feb 6, 2024
@mydea mydea mentioned this pull request Feb 6, 2024
@mydea mydea merged commit 85f3199 into develop Feb 6, 2024
103 checks passed
@mydea mydea deleted the fn/fix-e2e-check branch February 6, 2024 11:37
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.

None yet

2 participants