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 6a51928 commit 44db216Copy full SHA for 44db216
.github/workflows/run-unittests-py38-cov-report.yml
@@ -112,7 +112,7 @@ jobs:
112
runs-on: ubuntu-latest
113
continue-on-error: true
114
needs: test
115
- if: ${{ success() }} && && github.event_name == 'pull_request'
+ if: ${{ success() }} && github.event_name == 'pull_request'
116
env:
117
COMPARE_BRANCH: main
118
0 commit comments