ci: skip expensive workflows on doc-only changes

This commit is contained in:
Rainer Gerhards 2025-06-07 19:11:51 +02:00
parent de3dc279cb
commit 8d03775730
6 changed files with 28 additions and 0 deletions

View File

@ -26,6 +26,10 @@ name: CI PR runner
on:
pull_request:
paths-ignore:
- 'ChangeLog'
- '**/*.md'
- '**/*.txt'
jobs:
container_checks:

View File

@ -26,6 +26,10 @@ name: compile check
on:
pull_request:
paths-ignore:
- 'ChangeLog'
- '**/*.md'
- '**/*.txt'
jobs:
run:

View File

@ -3,8 +3,16 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
paths-ignore:
- 'ChangeLog'
- '**/*.md'
- '**/*.txt'
pull_request:
branches: [ "master" ]
paths-ignore:
- 'ChangeLog'
- '**/*.md'
- '**/*.txt'
schedule:
- cron: "38 1 * * 3"

View File

@ -26,6 +26,10 @@ name: check
on:
pull_request:
paths-ignore:
- 'ChangeLog'
- '**/*.md'
- '**/*.txt'
jobs:
CI:

View File

@ -26,6 +26,10 @@ name: check systemd journal
on:
pull_request:
paths-ignore:
- 'ChangeLog'
- '**/*.md'
- '**/*.txt'
jobs:
check_run:

View File

@ -26,6 +26,10 @@ name: check kafka distcheck
on:
pull_request:
paths-ignore:
- 'ChangeLog'
- '**/*.md'
- '**/*.txt'
jobs:
check_run: