Skip to content

Commit d4030d1

Browse files
committed
chore: Add back the conditional logic for the upload to the wiki for the coverage badge in .github/workflows/build.yml.
1 parent 42fd946 commit d4030d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
CURRENT_GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
103103
echo "$CURRENT_GITHUB_STEP_SUMMARY" >> $GITHUB_STEP_SUMMARY
104104
- name: Upload Test Coverage Report in JSON Format
105+
if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
105106
uses: actions/checkout@v3
106107
with:
107108
repository: ${{ github.repository }}.wiki

0 commit comments

Comments
 (0)