mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-06-03 13:13:06 +00:00
updating labels
This commit is contained in:
parent
d225f62e29
commit
849fcbc703
8
.github/main.workflow
vendored
8
.github/main.workflow
vendored
@ -8,7 +8,6 @@ workflow "Lint & Publish Helm chart" {
|
|||||||
|
|
||||||
workflow "Pull Requests" {
|
workflow "Pull Requests" {
|
||||||
resolves = [
|
resolves = [
|
||||||
"actions/bin/filter@master-1",
|
|
||||||
"Lint changed chart(s) in pull request",
|
"Lint changed chart(s) in pull request",
|
||||||
]
|
]
|
||||||
on = "pull_request"
|
on = "pull_request"
|
||||||
@ -54,7 +53,7 @@ action "Filter: not master branch" {
|
|||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "actions/bin/filter@master-1" {
|
action "Filter: action 'opened|synchronize'" {
|
||||||
uses = "actions/bin/filter@master"
|
uses = "actions/bin/filter@master"
|
||||||
args = "action 'opened|synchronize'"
|
args = "action 'opened|synchronize'"
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
@ -62,7 +61,10 @@ action "actions/bin/filter@master-1" {
|
|||||||
|
|
||||||
action "Lint changed chart(s) in pull request" {
|
action "Lint changed chart(s) in pull request" {
|
||||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||||
needs = ["actions/bin/filter@master-1", "Filter: not master branch"]
|
needs = [
|
||||||
|
"Filter: not master branch",
|
||||||
|
"Filter: action 'opened|synchronize'",
|
||||||
|
]
|
||||||
args = "https://billimek.com/billimek-charts/"
|
args = "https://billimek.com/billimek-charts/"
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user