.github/workflows/charts-lint-test.yaml: only lint if commit message does not contain [ci-skip]

This commit is contained in:
Johannes Kastl
2025-11-08 14:47:31 +01:00
parent 7d107be256
commit 34fe69b72c

View File

@@ -19,6 +19,7 @@ permissions: {}
jobs:
lint-test:
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
runs-on: ubuntu-latest
steps:
- name: Checkout