Skip to content

Commit

Permalink
Skip precommit tests for docs (*.md) files (openvinotoolkit#2503)
Browse files Browse the repository at this point in the history
### Related tickets

132527
  • Loading branch information
ksilligan authored Feb 21, 2024
1 parent b5e0a05 commit bbd2945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- opened
- reopened
- synchronize
paths-ignore:
- '**/*.md'
- 'docs/**/*'

jobs:
common:
Expand Down

0 comments on commit bbd2945

Please sign in to comment.