introduces the post publish website event (#2261)

pull/2334/head
claire labry 4 years ago committed by GitHub
parent 3f5d265cfd
commit 4d966c8eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -278,3 +278,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