Skip to content

Commit d8e01fa

Browse files
do not run e2e and unit test action if only docs update
1 parent 019d0d5 commit d8e01fa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Run E2E Tests
33
on:
44
push:
55
branches: [ main, master ]
6+
paths-ignore:
7+
- 'docs/**'
68
pull_request:
79
branches: [ main, master ]
810

.github/workflows/unit-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
branches:
99
- main
10+
paths-ignore:
11+
- 'docs/**'
1012

1113
jobs:
1214
test:

0 commit comments

Comments
 (0)