Skip to content

Commit 4c07478

Browse files
alcaeusjmikola
authored andcommitted
Skip unrelated builds for documentation (mongodb#1043)
1 parent 6060f1d commit 4c07478

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.github/workflows/coding-standards.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
- "v*.*"
77
- "master"
88
- "feature/*"
9+
paths-ignore:
10+
- "docs/**"
911
push:
1012
branches:
1113
- "v*.*"
1214
- "master"
1315
- "feature/*"
16+
paths-ignore:
17+
- "docs/**"
1418

1519
jobs:
1620
phpcs:

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
- "v*.*"
77
- "master"
88
- "feature/*"
9+
paths:
10+
- "docs/**"
911
push:
1012
branches:
1113
- "v*.*"
1214
- "master"
1315
- "feature/*"
16+
paths:
17+
- "docs/**"
1418

1519
jobs:
1620
giza:

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
- "v*.*"
77
- "master"
88
- "feature/*"
9+
paths-ignore:
10+
- "docs/**"
911
push:
1012
branches:
1113
- "v*.*"
1214
- "master"
1315
- "feature/*"
16+
paths-ignore:
17+
- "docs/**"
1418

1519
jobs:
1620
psalm:

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
- "v*.*"
77
- "master"
88
- "feature/*"
9+
paths-ignore:
10+
- "docs/**"
911
push:
1012
branches:
1113
- "v*.*"
1214
- "master"
1315
- "feature/*"
16+
paths-ignore:
17+
- "docs/**"
1418

1519
jobs:
1620
phpunit:

0 commit comments

Comments
 (0)