mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
add additional PR filter
This commit is contained in:
parent
935deb6863
commit
64228b418f
9
.github/main.workflow
vendored
9
.github/main.workflow
vendored
@ -23,7 +23,7 @@ action "Pull Request Linting" {
|
|||||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||||
args = "https://billimek.com/billimek-charts/"
|
args = "https://billimek.com/billimek-charts/"
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
needs = ["Filter for not master"]
|
needs = ["Is this a PR"]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Filter for master" {
|
action "Filter for master" {
|
||||||
@ -37,3 +37,10 @@ action "Filter for not master" {
|
|||||||
args = "not branch master"
|
args = "not branch master"
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
action "Is this a PR" {
|
||||||
|
uses = "actions/bin/filter@master"
|
||||||
|
needs = ["Filter for not master"]
|
||||||
|
args = "action 'opened|synchronize|reopened'"
|
||||||
|
secrets = ["GITHUB_TOKEN"]
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user