Skip to content

Commit 38961e0

Browse files
committed
Skip CI run for documentation changes
There is no need to run all our CI workflows if only documentation were changed.
1 parent 7240600 commit 38961e0

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

.github/workflows/codechecker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- TDE_REL_17_STABLE
6+
paths-ignore:
7+
- contrib/pg_tde/documentation/**
68

79
env:
810
CC: clang

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Code coverage
22
on:
33
pull_request:
4+
paths-ignore:
5+
- contrib/pg_tde/documentation/**
46
push:
57
branches:
68
- TDE_REL_17_STABLE
9+
paths-ignore:
10+
- contrib/pg_tde/documentation/**
711

812
env:
913
PGCTLTIMEOUT: 120 # Avoid failures on slow recovery

.github/workflows/matrix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: Build and Test
22
on:
33
pull_request:
4+
paths-ignore:
5+
- contrib/pg_tde/documentation/**
46
push:
57
branches:
68
- TDE_REL_17_STABLE
79
- release-[0-9]+.[0-9]+*
10+
paths-ignore:
11+
- contrib/pg_tde/documentation/**
812
workflow_dispatch:
913

1014
jobs:

.github/workflows/pgindent.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Format
22
on:
33
pull_request:
4+
paths-ignore:
5+
- contrib/pg_tde/documentation/**
46
workflow_dispatch:
57

68
jobs:

.github/workflows/sanitizers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Sanitizers
22
on:
33
pull_request:
4+
paths-ignore:
5+
- contrib/pg_tde/documentation/**
46
push:
57
branches:
68
- TDE_REL_17_STABLE
9+
paths-ignore:
10+
- contrib/pg_tde/documentation/**
711

812
env:
913
CC: clang

.github/workflows/stormweaver.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: Stormweaver
22
on:
33
pull_request:
4+
paths-ignore:
5+
- contrib/pg_tde/documentation/**
46
push:
57
branches:
68
- TDE_REL_17_STABLE
79
- release-[0-9]+.[0-9]+*
10+
paths-ignore:
11+
- contrib/pg_tde/documentation/**
812
workflow_dispatch:
913

1014
jobs:

0 commit comments

Comments
 (0)