Skip expensive CI for Markdown-only PRs (#1052)

* ci: skip expensive checks for markdown-only PRs

Signed-off-by: nightcityblade <nightcityblade@gmail.com>

* ci: skip docs directory in expensive checks

---------

Signed-off-by: nightcityblade <nightcityblade@gmail.com>
Co-authored-by: nightcityblade <nightcityblade@gmail.com>
This commit is contained in:
nightcityblade
2026-07-29 12:33:58 +02:00
committed by GitHub
co-authored by nightcityblade
parent bf0c8f0c32
commit 071c25482a
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ on:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'docs/**'
- '**/*.md'
permissions:
contents: read
+3
View File
@@ -5,6 +5,9 @@ on:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'docs/**'
- '**/*.md'
workflow_dispatch:
permissions:
+3
View File
@@ -5,6 +5,9 @@ on:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'docs/**'
- '**/*.md'
workflow_dispatch:
permissions: