pulumi/.github
Thomas Gummerer 024ff023f1
only update homebrew tap after pulumi-version is updated (#15785)
Currently we run update-homebrew-tap in parallel to the other jobs. That
means it could complete before we updated the blobs on S3, and before
the version number on pulumi.com/pulumi-version is updated.

That in turn can make the CI fail, raising a P1.

Since all this happens within a pretty sort time, the easiest way to
work around this is to just do the homebrew tap update last, after
pulumi.com/pulumi-version is updated. This delays the homebrew tap
update, but only by a short amount of time.

Fixes https://github.com/pulumi/homebrew-tap/issues/24
2024-03-26 19:25:48 +00:00
..
scripts update go-change to the latest version (#15594) 2024-03-05 12:42:05 +00:00
workflows only update homebrew tap after pulumi-version is updated (#15785) 2024-03-26 19:25:48 +00:00
CODEOWNERS add CODEOWNERS file (#15438) 2024-02-16 11:31:23 +00:00
PULL_REQUEST_TEMPLATE.md Add routine checks to pull request template 2023-05-12 13:34:19 -07:00