Skip to content

Commit

Permalink
[GA] Ignore files with tests that are not run in precommit actions (#…
Browse files Browse the repository at this point in the history
…2962)

### Changes

Add ignore files with tests that are not run in precommit actions

### Reason for changes

Any changes in this files does not affect pre-commit jobs.

### Related tickets

149094
  • Loading branch information
AlexanderDokuchaev authored Sep 11, 2024
1 parent b9dc0b6 commit c0e24ec
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 @@ -10,6 +10,9 @@ on:
paths-ignore:
- '**/*.md'
- 'docs/**/*'
- 'tests/post_training/*' # post_training tests are only run in Jenkins
- 'tests/torch/sota_checkpoints_eval.json' # reference for PT e2e
- 'tests/tensorflow/sota_checkpoints_eval.json' # reference for TF e2e

jobs:
common:
Expand Down

0 comments on commit c0e24ec

Please sign in to comment.