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

Fix Test Reports fail frequently on master #3497

Merged
merged 4 commits into from
Jan 31, 2024
Merged

Conversation

DybekK
Copy link
Contributor

@DybekK DybekK commented Jan 31, 2024

Issue: #3445

This PR resolves a bug where the Test Report action incorrectly executes even when the CI workflow is skipped or cancelled. It ensures that the Test Report Action is not executed in these scenarios.

@DybekK DybekK requested a review from adamw January 31, 2024 11:05
@@ -13,6 +13,7 @@ permissions:
jobs:
report:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment in-code "why" :)

@adamw adamw merged commit a2e011b into master Jan 31, 2024
28 checks passed
@adamw adamw deleted the fix-skipped-test-report branch January 31, 2024 15:29
@adamw
Copy link
Member

adamw commented Jan 31, 2024

Thanks! :) Let's observe if this helps

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.

2 participants