Skip to content

Commit b8c58de

Browse files
committed
ci: Update condition for uploading coverage report in test workflow to allow for broader Python version compatibility.
1 parent 6c5cdd7 commit b8c58de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# Upload coverage report as Pages artifact
6666
- name: Upload Pages artifact
67-
if: matrix.python-version == '3.10' && github.ref == 'refs/heads/main'
67+
if: matrix.python-version == '3.10'
6868
uses: actions/upload-pages-artifact@v3
6969
with:
7070
path: ${{ env.COVERAGE_REPORT_PATH }}

0 commit comments

Comments
 (0)