Skip to content

Commit

Permalink
devops: merge reports fall pw tests in tests 2 (#24309)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Jul 19, 2023
1 parent e3ef358 commit 8b454cb
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: always()
shell: bash
- name: Upload blob report
if: always()
if: always() && github.event_name == 'pull_request'
uses: ./.github/actions/upload-blob-report
with:
report_dir: test-results/blob-report
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
if: always()
shell: bash
- name: Upload blob report
if: always()
if: always() && github.event_name == 'pull_request'
uses: ./.github/actions/upload-blob-report
with:
report_dir: test-results/blob-report
Expand Down
Loading

0 comments on commit 8b454cb

Please sign in to comment.