Skip to content

Commit 257382a

Browse files
authored
ci: run unit tests even for docs only change (#325)
1 parent 49fb9ce commit 257382a

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/ci-e2e-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
- cron: "0 2/4 * * *"
99
- cron: "0 3/4 * * *"
1010
pull_request:
11-
paths-ignore:
12-
- "scripts/**"
13-
- "docs/**"
14-
- "README.adoc"
15-
- "PACKAGE_README.md"
1611
branches:
1712
- main
1813

.github/workflows/ci-unit-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: CI - Unit tests
22
on:
33
pull_request:
4-
paths-ignore:
5-
- "scripts/**"
6-
- "docs/**"
7-
- "README.adoc"
8-
- "PACKAGE_README.md"
94
branches:
105
- main
116

0 commit comments

Comments
 (0)