mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
using check_run instead of push
This commit is contained in:
parent
839c516811
commit
6966e65fb6
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -1,8 +1,8 @@
|
|||||||
workflow "Publish Helm chart" {
|
workflow "Publish Helm chart" {
|
||||||
on = "push"
|
|
||||||
resolves = [
|
resolves = [
|
||||||
"Package Helm Chart(s)",
|
"Package Helm Chart(s)",
|
||||||
]
|
]
|
||||||
|
on = "check_run"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Package Helm Chart(s)" {
|
action "Package Helm Chart(s)" {
|
||||||
|
Loading…
Reference in New Issue
Block a user