Skip to content

Commit ef7f02a

Browse files
committed
chore(ci): update workflow path triggers and resolve conflicts
1 parent 1352ffe commit ef7f02a

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.cspell/custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ vulnz
9090
worktree
9191
yaml
9292
yml
93+
EDITMSG
9394
keyid

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ on:
2727
- main
2828
paths:
2929
- ".github/workflows/docs.yml"
30-
- "requirements-docs.txt"
31-
- "mkdocs.yml"
30+
- "pyproject.toml"
31+
- "uv.lock" - "mkdocs.yml"
3232
- "main.py"
3333
- "hooks.py"
3434
- "docs/**"

.github/workflows/linter.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ on:
1919
branches:
2020
- main
2121
- 'release/**'
22+
paths:
23+
- ".github/workflows/linter.yaml"
24+
- ".github/workflows/schema-validation.yml"
25+
- ".github/linters/**"
26+
- ".pre-commit-config.yaml"
27+
- "pyproject.toml"
28+
- "package.json"
29+
- "package-lock.json"
30+
- "biome.json"
31+
- "scripts/**"
32+
- "source/**"
33+
- "docs/**"
34+
- "*.py"
2235

2336
permissions:
2437
contents: read # Required to checkout the code
@@ -58,6 +71,7 @@ jobs:
5871
VALIDATE_PYTHON_PYLINT: false
5972
VALIDATE_CHECKOV: false
6073
VALIDATE_GITLEAKS: false
74+
VALIDATE_TRIVY: false
6175
VALIDATE_NATURAL_LANGUAGE: false
6276
VALIDATE_MARKDOWN_PRETTIER: false
6377
VALIDATE_JAVASCRIPT_PRETTIER: false

0 commit comments

Comments
 (0)