We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fd946 commit d4030d1Copy full SHA for d4030d1
1 file changed
.github/workflows/build.yml
@@ -102,6 +102,7 @@ jobs:
102
CURRENT_GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
103
echo "$CURRENT_GITHUB_STEP_SUMMARY" >> $GITHUB_STEP_SUMMARY
104
- name: Upload Test Coverage Report in JSON Format
105
+ if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
106
uses: actions/checkout@v3
107
with:
108
repository: ${{ github.repository }}.wiki
0 commit comments