Skip to content

Commit 1add887

Browse files
authored
remove copypasta
1 parent 90181b5 commit 1add887

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -94,36 +94,6 @@ jobs:
9494
- name: Upload coverage
9595
uses: codecov/codecov-action@v5
9696

97-
- name: Upload generated reports
98-
uses: actions/upload-artifact@v4
99-
id: upload-reports
100-
with:
101-
name: reports
102-
path: 'examples/output/*.html'
103-
if-no-files-found: error
104-
overwrite: true
105-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 && github.event_name == 'pull_request'
106-
107-
- name: Find comment for generated reports
108-
uses: peter-evans/find-comment@v3
109-
id: find-comment
110-
with:
111-
issue-number: ${{ github.event.pull_request.number }}
112-
comment-author: 'github-actions[bot]'
113-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 && github.event_name == 'pull_request'
114-
115-
- name: Update comment for generated reports
116-
uses: peter-evans/create-or-update-comment@v4
117-
with:
118-
issue-number: ${{ github.event.pull_request.number }}
119-
comment-id: ${{ steps.find-comment.outputs.comment-id }}
120-
edit-mode: replace
121-
body: |-
122-
| Name | Link |
123-
| -------- | ----------------------- |
124-
| Test Reports | [download](${{ steps.upload-reports.outputs.artifact-url }}) |
125-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'nbprint/nbprint'
126-
12797
- name: Twine check
12898
run: make dist
12999

0 commit comments

Comments
 (0)