mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Merge pull request #13815 from hashicorp/post-publish-website
Introduces the post publish website event
This commit is contained in:
@@ -222,3 +222,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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user