introduces the post publish website event (#16328)
This commit is contained in:
parent
59831a8d5c
commit
326936b1ef
|
@ -256,3 +256,16 @@ event "promote-production-packaging" {
|
||||||
on = "always"
|
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…
Reference in New Issue