From f3a4411a8df0b18f8b7f75d493c41c3e423d21f0 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Fri, 8 Mar 2024 14:38:52 -0800 Subject: [PATCH] [ci] don't run api target --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 961f4712..59a25d85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,7 +82,7 @@ jobs: # Don't remove it! We shouldn't allow CI to pass if there are any changes not committed after running make - name: Make all (autogeneration) and fail on dirty run: | - make generate manifests lint docs api + make generate manifests lint docs git status --short git diff --quiet