Skip to content

Commit

Permalink
reduce notifications by reducing invalid tests (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Mar 22, 2024
1 parent a9ad2db commit eae5b79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
File renamed without changes.
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

1 comment on commit eae5b79

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 2 file(s) not formatted
  • docs/examples/demo/demo.cpp
  • docs/examples/demo/demo.hpp
clang-tidy reports: 7 concern(s)

Have any feedback or feature suggestions? Share it here.

Please sign in to comment.