mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +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" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Package Helm Chart(s)",
|
||||
]
|
||||
on = "check_run"
|
||||
}
|
||||
|
||||
action "Package Helm Chart(s)" {
|
||||
|
Loading…
Reference in New Issue
Block a user