mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 12:10:46 +01:00
ci: skip expensive workflows on doc-only changes
This commit is contained in:
parent
de3dc279cb
commit
8d03775730
4
.github/workflows/ci.yml.template
vendored
4
.github/workflows/ci.yml.template
vendored
@ -26,6 +26,10 @@ name: CI PR runner
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'ChangeLog'
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
|
||||
jobs:
|
||||
container_checks:
|
||||
|
||||
4
.github/workflows/ci_compile.yml
vendored
4
.github/workflows/ci_compile.yml
vendored
@ -26,6 +26,10 @@ name: compile check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'ChangeLog'
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
||||
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
@ -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"
|
||||
|
||||
|
||||
4
.github/workflows/run_checks.yml
vendored
4
.github/workflows/run_checks.yml
vendored
@ -26,6 +26,10 @@ name: check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'ChangeLog'
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
|
||||
jobs:
|
||||
CI:
|
||||
|
||||
4
.github/workflows/run_journal.yml
vendored
4
.github/workflows/run_journal.yml
vendored
@ -26,6 +26,10 @@ name: check systemd journal
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'ChangeLog'
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
|
||||
jobs:
|
||||
check_run:
|
||||
|
||||
4
.github/workflows/run_kafka_distcheck.yml
vendored
4
.github/workflows/run_kafka_distcheck.yml
vendored
@ -26,6 +26,10 @@ name: check kafka distcheck
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'ChangeLog'
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
|
||||
jobs:
|
||||
check_run:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user