fix(ci): clean up workflow path filters

Remove non-existent action.yaml paths from action-security workflow.
Fix glob patterns (**.md → **/*.md) in pr-lint workflow.
Remove unused trigger paths (yarn.lock, pnpm-lock.yaml,
requirements.txt, .github/labels.yml, docs/**) from security-suite
and sync-labels workflows.
This commit is contained in:
2026-03-18 19:39:46 +02:00
parent bfeba86591
commit 18fc53a099
4 changed files with 4 additions and 13 deletions

View File

@@ -6,11 +6,9 @@ on:
push:
paths:
- '**/action.yml'
- '**/action.yaml'
pull_request:
paths:
- '**/action.yml'
- '**/action.yaml'
merge_group:
concurrency:

View File

@@ -8,19 +8,17 @@ on:
- main
- master
paths-ignore:
- '**.md'
- 'docs/**'
- '**/*.md'
- '.github/*.md'
- 'LICENSE'
- 'LICENSE.md'
pull_request:
branches:
- main
- master
paths-ignore:
- '**.md'
- 'docs/**'
- '**/*.md'
- '.github/*.md'
- 'LICENSE'
- 'LICENSE.md'
merge_group:
env:

View File

@@ -7,16 +7,12 @@ on:
paths:
- '**/package.json'
- '**/package-lock.json'
- '**/yarn.lock'
- '**/pnpm-lock.yaml'
- '**/requirements.txt'
- '**/Dockerfile'
- '**/*.py'
- '**/*.js'
- '**/*.ts'
- '**/*.yml'
- '**/*.yaml'
- '.github/workflows/**'
permissions: {}

View File

@@ -8,7 +8,6 @@ on:
- main
- master
paths:
- '.github/labels.yml'
- '.github/workflows/sync-labels.yml'
- 'sync-labels/action.yml'
- 'sync-labels/labels.yml'