mirror of
https://github.com/outbackdingo/helm-charts-new.git
synced 2026-01-27 10:19:10 +00:00
.github/workflows/charts-lint-test.yaml: only lint if commit message does not contain [ci-skip]
This commit is contained in:
1
.github/workflows/charts-lint-test.yaml
vendored
1
.github/workflows/charts-lint-test.yaml
vendored
@@ -19,6 +19,7 @@ permissions: {}
|
||||
|
||||
jobs:
|
||||
lint-test:
|
||||
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user