Skip to content

Commit eae5b79

Browse files
authored
reduce notifications by reducing invalid tests (#219)
1 parent a9ad2db commit eae5b79

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/self-test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ name: Self test action
33
on:
44
push:
55
branches: main
6-
paths-ignore: "docs/**"
6+
paths:
7+
- 'action.yml'
8+
- 'requirements.txt'
9+
- 'docs/examples/demo/**'
10+
- '.github/workflows/self-test.yml'
711
pull_request:
812
branches: main
9-
paths-ignore: "docs/**"
13+
paths:
14+
- 'action.yml'
15+
- 'requirements.txt'
16+
- 'docs/examples/demo/**'
17+
- '.github/workflows/self-test.yml'
1018

1119
jobs:
1220
test:

0 commit comments

Comments
 (0)