Skip to content

Commit d141f42

Browse files
Revert "do not run e2e and unit test action if only docs update"
This reverts commit d8e01fa.
1 parent d8e01fa commit d141f42

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/e2e-test.yaml

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

.github/workflows/unit-test.yaml

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

1311
jobs:
1412
test:

0 commit comments

Comments
 (0)