From 66a1b737f3455c22bab4a7a1c2812c0decf1ec00 Mon Sep 17 00:00:00 2001 From: Alexander Richards Date: Mon, 16 Oct 2023 14:02:07 +0100 Subject: [PATCH] Update ci_push_testing.yml --- .github/workflows/ci_push_testing.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_push_testing.yml b/.github/workflows/ci_push_testing.yml index 118fc94137..04e90c91b4 100644 --- a/.github/workflows/ci_push_testing.yml +++ b/.github/workflows/ci_push_testing.yml @@ -70,7 +70,6 @@ jobs: if: startsWith(github.head_ref, 'autopep8-patches') == false && needs.lint.outputs.files_to_lint != '' runs-on: ubuntu-latest needs: lint - if: always() && !failure() && !cancelled() steps: - uses: actions/checkout@v3 with: