introduces the post publish website event

pull/13790/head
Claire Labry 2 years ago
parent 24417d94ed
commit dab4911d04
No known key found for this signature in database
GPG Key ID: C017B7E3D13AAA0E

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