From 6c3193e112aa938d4ecc683d59dc38bdd31c4829 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Thu, 19 Sep 2024 06:08:46 +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 8e1aa53..512cb0a 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,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 . \