Unverified Commit eebd001b authored by Claire Labry's avatar Claire Labry
Browse files

introduces the post publish website event

parent 52b188b3
Showing with 14 additions and 0 deletions
+14 -0
......@@ -199,3 +199,17 @@ 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"
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment