-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1712f38
commit d95e404
Showing
2 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# name: precommit | ||
# permissions: read-all | ||
name: precommit | ||
permissions: read-all | ||
|
||
# on: | ||
# pull_request: | ||
# types: | ||
# - opened | ||
# - reopened | ||
# - synchronize | ||
# paths-ignore: | ||
# - '**/*.md' | ||
# - 'docs/**/*' | ||
# - 'tests/post_training/*' # post_training tests runs on Jenkins | ||
# - 'tests/torch/sota_checkpoints_eval.json' # reference for PT e2e | ||
# - 'tests/tensorflow/sota_checkpoints_eval.json' # reference for TF e2e | ||
# - 'tests/cross_fw/examples/*' # examples tests runs in separate workflow | ||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
- synchronize | ||
paths-ignore: | ||
- '**/*.md' | ||
- 'docs/**/*' | ||
- 'tests/post_training/*' # post_training tests runs on Jenkins | ||
- 'tests/torch/sota_checkpoints_eval.json' # reference for PT e2e | ||
- 'tests/tensorflow/sota_checkpoints_eval.json' # reference for TF e2e | ||
- 'tests/cross_fw/examples/*' # examples tests runs in separate workflow | ||
|
||
# jobs: | ||
# pytest: | ||
# uses: ./.github/workflows/call_precommit.yml | ||
# with: | ||
# python_version: "3.10.14" | ||
# gpu_enabled: true | ||
jobs: | ||
pytest: | ||
uses: ./.github/workflows/call_precommit.yml | ||
with: | ||
python_version: "3.10.14" | ||
gpu_enabled: true |