File tree 7 files changed +23
-6
lines changed
7 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
ref : " refs/pull/${{ github.event.number }}/merge"
21
21
compare-api-doc-with-develop :
22
+ timeout-minutes : 30
22
23
needs : call-build-api-doc
23
24
runs-on : ubuntu-20.04
24
25
permissions :
Original file line number Diff line number Diff line change 9
9
type : string
10
10
jobs :
11
11
build-html :
12
+ timeout-minutes : 10
12
13
runs-on : ubuntu-20.04
13
14
steps :
14
15
- name : Checkout
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: Test examples
2
2
permissions : read-all
3
3
4
4
on :
5
- schedule :
6
- - cron : ' 0 0 * * *'
5
+ workflow_call :
7
6
workflow_dispatch :
8
7
inputs :
9
8
pull_request_number :
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ name: Test install
2
2
permissions : read-all
3
3
4
4
on :
5
+ workflow_call :
5
6
workflow_dispatch :
6
7
inputs :
7
8
pull_request_number :
8
9
description : ' The pull request number'
9
10
default : ' '
10
- schedule :
11
- - cron : ' 0 0 * * *'
12
11
13
12
jobs :
14
13
install-cpu :
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: MacOS
2
2
permissions : read-all
3
3
4
4
on :
5
+ workflow_call :
5
6
workflow_dispatch :
6
7
inputs :
7
8
pull_request_number :
8
9
description : ' The pull request number'
9
10
default : ' '
10
- schedule :
11
- - cron : ' 0 0 * * 0'
12
11
13
12
jobs :
14
13
precommit-common :
15
14
runs-on : macos-14
15
+ timeout-minutes : 40
16
16
steps :
17
17
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
18
with :
38
38
39
39
precommit-openvino :
40
40
runs-on : macos-14
41
+ timeout-minutes : 40
41
42
steps :
42
43
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
43
44
with :
Original file line number Diff line number Diff line change 7
7
- cron : ' 0 0 * * *'
8
8
9
9
jobs :
10
+ install :
11
+ if : github.repository_owner == 'openvinotoolkit'
12
+ uses : ./.github/workflows/install.yml
13
+
14
+ examples :
15
+ if : github.repository_owner == 'openvinotoolkit'
16
+ uses : ./.github/workflows/examples.yml
17
+
10
18
md-dead-link-check :
11
19
runs-on : ubuntu-22.04
20
+ if : github.repository_owner == 'openvinotoolkit'
21
+ timeout-minutes : 10
12
22
steps :
13
23
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
24
- uses : AlexanderDokuchaev/md-dead-link-check@cc3ed55268899a1a6d5fd7068abbc4591eab1f74 # v0.9
15
25
16
26
tensorflow :
17
27
runs-on : ubuntu-20.04-8-cores
28
+ if : github.repository_owner == 'openvinotoolkit'
18
29
timeout-minutes : 60
19
30
defaults :
20
31
run :
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
precommit :
11
+ if : github.repository_owner == 'openvinotoolkit'
11
12
strategy :
12
13
fail-fast : false
13
14
matrix :
16
17
with :
17
18
python_version : ${{ matrix.python_version }}
18
19
gpu_enabled : false
20
+
21
+ macos :
22
+ if : github.repository_owner == 'openvinotoolkit'
23
+ uses : ./.github/workflows/macos.yml
You can’t perform that action at this time.
0 commit comments