From 731cafe192fb2372093654f6404047aa09900e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Mon, 21 Oct 2024 15:48:58 +0200 Subject: [PATCH] CI: move if --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d217874b0..7851062b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,6 +51,7 @@ jobs: if: ${{ inputs.stress-tests }} codecov: runs-on: ubuntu-latest + if: ${{ inputs.codecov }} steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 @@ -61,7 +62,6 @@ jobs: - run: make wait - run: make test_codecov - uses: codecov/codecov-action@v4 - if: ${{ inputs.codecov }} with: fail_ci_if_error: true files: ./coverage.out