mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
skip linting for pushing charts step
This commit is contained in:
parent
170c03595b
commit
95ff428bd1
8
.github/main.workflow
vendored
8
.github/main.workflow
vendored
@ -1,4 +1,4 @@
|
|||||||
workflow "Lint & Publish Helm chart" {
|
workflow "Publish Helm chart(s)" {
|
||||||
resolves = [
|
resolves = [
|
||||||
"Package Helm Chart(s)",
|
"Package Helm Chart(s)",
|
||||||
"Filter: not deleted",
|
"Filter: not deleted",
|
||||||
@ -22,6 +22,9 @@ action "Package Helm Chart(s)" {
|
|||||||
"ACCESS_TOKEN",
|
"ACCESS_TOKEN",
|
||||||
]
|
]
|
||||||
needs = ["Filter: not deleted"]
|
needs = ["Filter: not deleted"]
|
||||||
|
env = {
|
||||||
|
SKIP_LINTING = "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Filter: action 'opened|synchronize'" {
|
action "Filter: action 'opened|synchronize'" {
|
||||||
@ -36,9 +39,6 @@ action "Lint changed chart(s) in pull request" {
|
|||||||
args = "https://billimek.com/billimek-charts/"
|
args = "https://billimek.com/billimek-charts/"
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
needs = ["Filter: action 'opened|synchronize'"]
|
needs = ["Filter: action 'opened|synchronize'"]
|
||||||
env = {
|
|
||||||
SKIP_LINTING = "true"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Filter: master branch" {
|
action "Filter: master branch" {
|
||||||
|
Loading…
Reference in New Issue
Block a user