Skip to content

Commit

Permalink
Add minio to denylist for upstream checks (#774)
Browse files Browse the repository at this point in the history
Due to pulumi/pulumi-minio#200 we are
currently uable to upgrade the Pulumi MinIO provider.

We should not continue to check for upstream updates that we cannot
take.

Part of pulumi/upgrade-provider#221.
  • Loading branch information
guineveresaenger authored Jan 5, 2024
1 parent 765bc57 commit 1083913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#{{- if not (eq .Config.provider "gcp" "aws" "azure" "mysql") }}#
#{{- if not (eq .Config.provider "gcp" "aws" "azure" "mysql" "minio") }}#
#WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
Expand Down

0 comments on commit 1083913

Please sign in to comment.