From 2383269a0b80aa8ba7c940cbb29225aff303fb4e Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Mon, 16 Sep 2024 19:06:27 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e142872..3b0d5f3 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ bin/pulumi-java-gen: .pulumi-java-gen.version # - Run make ci-mgmt to apply the change locally. # ci-mgmt: .ci-mgmt.yaml - rm -f .github/workflows/*.yml # Copied from update-workflows.yml + find .github/workflows/*.yml -type f ! -name "$(PACK)*.yml" -delete go run github.com/pulumi/ci-mgmt/provider-ci@master generate \ --name $(ORG)/pulumi-$(PACK) \ --out . \