Skip to content

Commit fd975a8

Browse files
authored
Update GitHub Actions workflows. (#564)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 5afb0cce7491844387acc1745a6960b094734753.
1 parent 0c76b88 commit fd975a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ bin/pulumi-java-gen: .pulumi-java-gen.version
175175
# - Run make ci-mgmt to apply the change locally.
176176
#
177177
ci-mgmt: .ci-mgmt.yaml
178-
rm -f .github/workflows/*.yml # Copied from update-workflows.yml
178+
find .github/workflows/*.yml -type f ! -name "$(PACK)*.yml" -delete
179179
go run github.com/pulumi/ci-mgmt/provider-ci@master generate \
180180
--name $(ORG)/pulumi-$(PACK) \
181181
--out . \

0 commit comments

Comments
 (0)