Merge pull request #11882 from hashicorp/post-publish-website

Introduces the post publish website event
pull/11928/head
Sarah Thompson 4 years ago committed by GitHub
commit 70b3d0b2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -253,3 +253,16 @@ event "promote-production-packaging" {
on = "always"
}
}
event "post-publish-website" {
depends = ["promote-production-packaging"]
action "post-publish-website" {
organization = "hashicorp"
repository = "crt-workflows-common"
workflow = "post-publish-website"
}
notification {
on = "always"
}
}

Loading…
Cancel
Save