Skip to content

Commit 185e77d

Browse files
committed
GHA: run-tests workflow can ignore some paths
Change-Id: I44f8b5706fac60979aa81ff7e39c0d14f9748465 Reviewed-on: https://review.couchbase.org/c/couchbase-elasticsearch-connector/+/235677 Tested-by: Build Bot <[email protected]> Reviewed-by: David Nault <[email protected]>
1 parent 359ae38 commit 185e77d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55

66
on:
7-
push:
87
workflow_dispatch:
8+
push:
9+
paths-ignore:
10+
- '*.md'
11+
- '*.adoc'
12+
- '.gitignore'
13+
- '.editorconfig'
14+
- 'examples/**'
15+
- 'Dockerfile*'
16+
- '.github/workflows/**'
17+
- '!.github/workflows/run-tests.yml'
918

1019
jobs:
1120
build:

0 commit comments

Comments
 (0)