pulumi / ci-mgmt

Configuration for all things CI
Apache License 2.0
10 stars 4 forks source link

Add free-disk-space action to upgrade provider workflow #1052

Closed flostadler closed 1 month ago

flostadler commented 1 month ago

This adds the free-disk-space action to the upgrade-provider workflow to prevent running out of disk space during compilation. It uses the existing freeDiskSpaceBeforeBuild config flag for controlling this.

Additionally this centralizes the config for the version of the free-disk-space action to use.