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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Conditionally execute Test Report Action
  • Loading branch information
DybekK committed Jan 30, 2024
commit 31ed1cb292670fb7bda70dfcb562ca1995dd53d2
1 change: 1 addition & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ permissions:
jobs:
report:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'skipped' && github.event.workflow_run.conclusion != 'cancelled' }}
steps:
- uses: dorny/test-reporter@v1
with:
Loading