From 11ad4e816a0532f0ede2cf4ce51dc2c55213fcbd Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 19 Sep 2024 06:37:03 +0100 Subject: [PATCH] Update GitHub Actions workflows. (#632) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 5afb0cce7491844387acc1745a6960b094734753. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bbc44900..c1c39d0b 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 . \