Skip to content

Commit 7f4e842

Browse files
[REGRESSION] Fix for regression with double if in config for CI (- WIP PR #127 -)
Changes in file .github/workflows/Tests.yml: - removed second 'if' to fix error.
1 parent 3bc26f2 commit 7f4e842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ jobs:
463463
if: ${{ runner.os }} != "Linux"
464464
run: |
465465
if [ "$OS" == "macos-latest" ] ; then ./cc-test-reporter after-build --exit-code 0 || true ; else echo "::warning file=.github/workflows/Tests.yml,line=459,endLine=459,title=SKIPPED::SKIP Code-Climate" ; fi ;
466-
if: ${{ !cancelled() }}
467466
- name: code-climate for ${{ matrix.python-version }}
468467
if: ${{ runner.os }} == "Linux"
469468
run: |

0 commit comments

Comments
 (0)