pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.36k stars 877 forks source link

fix titles for CI jobs; use dev version for perf tests #1580

Closed tgummerer closed 7 months ago

tgummerer commented 7 months ago

Correct the title for the install actions, as we're now using the dev version of pulumi in the cron jobs.

In doing this I also noticed we are not using the dev version for performance testing, though we should to get ahead of performance regressions before releasing the CLI.

/cc @justinvp who noticed this the other day.