From 396eed577985fa087ee5d465fd4e87b0408ebd65 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 9 Oct 2023 12:16:14 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce7b0968..b61208ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: BASE_BRANCH: origin/${{ github.base_ref }} - name: "Infection on complete code base" - if: ${{ github.event_name != 'pull_request' }} && "!startsWith(github.ref, 'renovate/')" + if: "${{ github.event_name != 'pull_request' }} && !startsWith(github.ref, 'renovate/')" timeout-minutes: 30 run: "vendor/bin/infection run --ansi --threads=$(nproc) --skip-initial-tests --coverage=coverage" env: