Skip to content

Commit

Permalink
reduction of notifications due to invalid tests #212
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Mar 22, 2024
1 parent a9ad2db commit 37ff1e0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ name: Self test action
on:
push:
branches: main
paths-ignore: "docs/**"
paths:
- 'action.yml'
- 'requirements.txt'
- 'docs/examples/demo/**'
- '.github/workflows/self-test.yml'
pull_request:
branches: main
paths-ignore: "docs/**"
paths:
- 'action.yml'
- 'requirements.txt'
- 'docs/examples/demo/**'
- '.github/workflows/self-test.yml'

jobs:
test:
Expand Down

0 comments on commit 37ff1e0

Please sign in to comment.