Skip to content

Fix printing build scan url when tests failed#11119

Merged
trask merged 1 commit into
open-telemetry:mainfrom
laurit:build-scan-fix
Apr 12, 2024
Merged

Fix printing build scan url when tests failed#11119
trask merged 1 commit into
open-telemetry:mainfrom
laurit:build-scan-fix

Conversation

@laurit

@laurit laurit commented Apr 12, 2024

Copy link
Copy Markdown
Contributor

As described in https://docs.github.com/en/actions/learn-github-actions/expressions#status-check-functions by default success() check is added to the condition. Checking for not cancelled should make the job run even when the previous step failed https://docs.github.com/en/actions/learn-github-actions/expressions#always

@laurit laurit requested a review from a team April 12, 2024 11:31
@zeitlinger

Copy link
Copy Markdown
Member

nit: checking for failure would be sufficient: https://docs.github.com/en/actions/learn-github-actions/expressions#example-of-failure

@laurit

laurit commented Apr 12, 2024

Copy link
Copy Markdown
Contributor Author

nit: checking for failure would be sufficient: https://docs.github.com/en/actions/learn-github-actions/expressions#example-of-failure

I also wanted to print the link on success

@trask trask merged commit 1a449b8 into open-telemetry:main Apr 12, 2024
@laurit laurit deleted the build-scan-fix branch May 24, 2024 07:27
laurit added a commit to laurit/opentelemetry-java-instrumentation that referenced this pull request May 24, 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

Successfully merging this pull request may close these issues.

3 participants