File tree 2 files changed +19
-13
lines changed
2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,19 @@ name: precommit
2
2
permissions : read-all
3
3
4
4
on :
5
- pull_request :
6
- types :
7
- - opened
8
- - reopened
9
- - synchronize
10
- paths-ignore :
11
- - ' **/*.md'
12
- - ' docs/**/*'
13
- - ' tests/post_training/*' # post_training tests runs on Jenkins
14
- - ' tests/torch/sota_checkpoints_eval.json' # reference for PT e2e
15
- - ' tests/tensorflow/sota_checkpoints_eval.json' # reference for TF e2e
16
- - ' tests/cross_fw/examples/*' # examples tests runs in separate workflow
5
+ # pull_request:
6
+ # types:
7
+ # - opened
8
+ # - reopened
9
+ # - synchronize
10
+ # paths-ignore:
11
+ # - '**/*.md'
12
+ # - 'docs/**/*'
13
+ # - 'tests/post_training/*' # post_training tests runs on Jenkins
14
+ # - 'tests/torch/sota_checkpoints_eval.json' # reference for PT e2e
15
+ # - 'tests/tensorflow/sota_checkpoints_eval.json' # reference for TF e2e
16
+ # - 'tests/cross_fw/examples/*' # examples tests runs in separate workflow
17
+ workflow_dispatch :
17
18
18
19
jobs :
19
20
pytest :
Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
schedule :
7
7
- cron : ' 0 0 * * 0'
8
+ pull_request :
9
+ types :
10
+ - opened
11
+ - reopened
12
+ - synchronize
8
13
9
14
jobs :
10
15
precommit :
11
16
strategy :
12
17
fail-fast : false
13
18
matrix :
14
- python_version : ["3.9", "3.11", "3.12"]
19
+ python_version : ["3.9", "3.11", "3.12", "3.13" ]
15
20
uses : ./.github/workflows/call_precommit.yml
16
21
with :
17
22
python_version : ${{ matrix.python_version }}
You can’t perform that action at this time.
0 commit comments