Skip to content

Commit 44db216

Browse files
committed
Fix if in cov-report job in test ection
1 parent 6a51928 commit 44db216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unittests-py38-cov-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
continue-on-error: true
114114
needs: test
115-
if: ${{ success() }} && && github.event_name == 'pull_request'
115+
if: ${{ success() }} && github.event_name == 'pull_request'
116116
env:
117117
COMPARE_BRANCH: main
118118

0 commit comments

Comments
 (0)