From ee925301730bd954f4b4d2cada60c992cc1b40da Mon Sep 17 00:00:00 2001 From: Yuwen Ma Date: Wed, 20 Nov 2024 05:55:50 +0000 Subject: [PATCH] chore: skip update client in ready-pr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e53104da29..9b4aca7fad 100644 --- a/Makefile +++ b/Makefile @@ -244,7 +244,7 @@ ensure: # Should run all needed commands before any PR is sent out. .PHONY: ready-pr -ready-pr: lint manifests resource-docs generate-go-client ensure +ready-pr: lint manifests resource-docs ensure # Upgrades dcl dependencies .PHONY: upgrade-dcl