From c8bf4fe3379ccd0179ae4a47e1e284cdc1391e51 Mon Sep 17 00:00:00 2001 From: York Chen Date: Mon, 18 Sep 2023 10:49:02 -0400 Subject: [PATCH] fix: get rid of docker ci run --- .github/workflows/manifest-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifest-validation.yml b/.github/workflows/manifest-validation.yml index 0483f0b38..ed3336ce4 100644 --- a/.github/workflows/manifest-validation.yml +++ b/.github/workflows/manifest-validation.yml @@ -28,4 +28,4 @@ jobs: GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run tests - run: make ci.docker.run GOOS=linux GOARCH=amd64 CI=true RUN_WHAT="make validate-manifests" + run: GOOS=linux GOARCH=amd64 make validate-manifests