File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ permissions: read-all
10
10
jobs :
11
11
clang-format :
12
12
runs-on : ubuntu-22.04
13
+ if : ${{ github.repository_owner == 'openvinotoolkit' }}
13
14
permissions :
14
15
pull-requests : write
15
- if : ${{ github.repository_owner == 'openvinotoolkit' }}
16
16
steps :
17
17
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
with :
40
40
41
41
ShellCheck :
42
42
runs-on : ubuntu-22.04
43
+ if : ${{ github.repository_owner == 'openvinotoolkit' }}
43
44
permissions :
44
45
pull-requests : write
45
46
steps :
73
74
74
75
NamingConventionCheck :
75
76
runs-on : ubuntu-22.04
77
+ if : ${{ github.repository_owner == 'openvinotoolkit' }}
76
78
steps :
77
79
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
78
80
with :
Original file line number Diff line number Diff line change 10
10
contents : read
11
11
pull-requests : write
12
12
runs-on : ubuntu-latest
13
+ if : ${{ github.repository_owner == 'openvinotoolkit' }}
13
14
steps :
14
15
- uses : akladiev/labeler@eeac5941e7fb6f980d47e038ac0665168851c874 # v4.3.1
15
16
with :
22
23
external_pr_labeller :
23
24
name : Label External PR
24
25
runs-on : ubuntu-latest
26
+ if : ${{ github.repository_owner == 'openvinotoolkit' }}
25
27
steps :
26
28
- name : Checkout Labeller Script
27
29
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
You can’t perform that action at this time.
0 commit comments