From e76253d72c36b823d0349c695afdaaee3e96efd4 Mon Sep 17 00:00:00 2001 From: tallaxes <18728999+tallaxes@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:09:47 +0000 Subject: [PATCH] fix: typo --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index f7dfce8b4..6a84e58db 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -29,7 +29,7 @@ jobs: k8sVersion: ${{ matrix.k8sVersion }} - run: K8S_VERSION=${{ matrix.k8sVersion }} make ci-test - name: Send coverage - # should only send converage once https://docs.coveralls.io/parallel-builds + # should only send coverage once https://docs.coveralls.io/parallel-builds if: matrix.k8sVersion == '1.27.x' env: COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}