Skip to content

Commit 009486e

Browse files
GHA: reverted checked for repo owner (openvinotoolkit#995)
See openvinotoolkit#984 That PR was force-merged and broke CI
1 parent 32d26c6 commit 009486e

7 files changed

+0
-24
lines changed

.github/workflows/assign_issue.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
take-issue:
1313
name: Take issue
1414
runs-on: ubuntu-latest
15-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
1615
permissions:
1716
issues: write
1817
timeout-minutes: 10

.github/workflows/bandit.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b
88
jobs:
99
bandit:
1010
runs-on: ubuntu-20.04
11-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
1211
steps:
1312
- uses: actions/checkout@v4
1413
- uses: actions/setup-python@v4

.github/workflows/causal_lm_cpp.yml

-11
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ env:
2020
jobs:
2121
cpp-multinomial-greedy_causal_lm-ubuntu:
2222
runs-on: ubuntu-20.04-8-cores
23-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
2423
defaults:
2524
run:
2625
shell: bash
@@ -257,7 +256,6 @@ jobs:
257256

258257
cpp-greedy_causal_lm-Qwen-7B-Chat:
259258
runs-on: ubuntu-20.04-16-cores
260-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
261259
defaults:
262260
run:
263261
shell: bash
@@ -291,7 +289,6 @@ jobs:
291289
292290
cpp-beam_search_causal_lm-Qwen1_5-7B-Chat:
293291
runs-on: ubuntu-20.04-16-cores
294-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
295292
defaults:
296293
run:
297294
shell: bash
@@ -326,7 +323,6 @@ jobs:
326323
327324
cpp-beam_search_causal_lm-Phi-2:
328325
runs-on: ubuntu-20.04-16-cores
329-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
330326
defaults:
331327
run:
332328
shell: bash
@@ -361,7 +357,6 @@ jobs:
361357
362358
cpp-beam_search_causal_lm-notus-7b-v1:
363359
runs-on: ubuntu-20.04-16-cores
364-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
365360
defaults:
366361
run:
367362
shell: bash
@@ -396,7 +391,6 @@ jobs:
396391
397392
cpp-speculative_decoding_lm-ubuntu:
398393
runs-on: ubuntu-20.04-16-cores
399-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
400394
defaults:
401395
run:
402396
shell: bash
@@ -440,7 +434,6 @@ jobs:
440434
441435
cpp-prompt_lookup_decoding_lm-ubuntu:
442436
runs-on: ubuntu-20.04-16-cores
443-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
444437
defaults:
445438
run:
446439
shell: bash
@@ -514,7 +507,6 @@ jobs:
514507
515508
cpp-Phi-1_5:
516509
runs-on: ubuntu-20.04-16-cores
517-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
518510
defaults:
519511
run:
520512
shell: bash
@@ -569,7 +561,6 @@ jobs:
569561
570562
cpp-greedy_causal_lm-redpajama-3b-chat:
571563
runs-on: ubuntu-20.04-4-cores
572-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
573564
defaults:
574565
run:
575566
shell: bash
@@ -690,7 +681,6 @@ jobs:
690681
691682
visual_language_chat_sample-ubuntu:
692683
runs-on: ubuntu-22.04-16-cores
693-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
694684
steps:
695685
- uses: actions/checkout@v4
696686
with:
@@ -743,7 +733,6 @@ jobs:
743733
744734
cpp-continuous-batching-ubuntu:
745735
runs-on: ubuntu-20.04-8-cores
746-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
747736
defaults:
748737
run:
749738
shell: bash

.github/workflows/labeler.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
contents: read
1111
pull-requests: write
1212
runs-on: ubuntu-latest
13-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
1413
steps:
1514
- uses: akladiev/labeler@eeac5941e7fb6f980d47e038ac0665168851c874 # v4.3.1
1615
with:

.github/workflows/linux.yml

-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
run:
6161
shell: bash
6262
runs-on: ubuntu-20.04-16-cores
63-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
6463
env:
6564
DEBIAN_FRONTEND: noninteractive # to prevent apt-get from waiting user input
6665
CMAKE_BUILD_TYPE: 'Release'
@@ -195,7 +194,6 @@ jobs:
195194
run:
196195
shell: bash
197196
runs-on: ubuntu-20.04-16-cores
198-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
199197
env:
200198
CMAKE_GENERATOR: Unix Makefiles
201199
CMAKE_BUILD_PARALLEL_LEVEL: null
@@ -283,7 +281,6 @@ jobs:
283281
run:
284282
shell: bash
285283
runs-on: ubuntu-20.04-16-cores
286-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
287284
env:
288285
CMAKE_GENERATOR: Unix Makefiles
289286
CMAKE_BUILD_PARALLEL_LEVEL: null

.github/workflows/mac.yml

-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
run:
3131
shell: bash
3232
runs-on: ubuntu-20.04
33-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
3433
steps:
3534
- name: Download OpenVINO build
3635
id: openvino_download
@@ -60,7 +59,6 @@ jobs:
6059
run:
6160
shell: bash
6261
runs-on: 'macos-12-large'
63-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
6462
env:
6563
MACOSX_DEPLOYMENT_TARGET: '10.15'
6664
CMAKE_BUILD_TYPE: 'Release'
@@ -186,7 +184,6 @@ jobs:
186184
run:
187185
shell: bash
188186
runs-on: macos-13
189-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
190187

191188
env:
192189
OV_INSTALL_DIR: ${{ github.workspace }}/ov
@@ -251,7 +248,6 @@ jobs:
251248
run:
252249
shell: bash
253250
runs-on: macos-13
254-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
255251

256252
env:
257253
OV_INSTALL_DIR: ${{ github.workspace }}/ov
@@ -319,7 +315,6 @@ jobs:
319315
run:
320316
shell: bash
321317
runs-on: macos-13
322-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
323318
env:
324319
OV_INSTALL_DIR: ${{ github.workspace }}/ov
325320

.github/workflows/stable_diffusion_1_5_cpp.yml

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ concurrency:
2424
jobs:
2525
stable_diffusion_1_5_cpp-linux:
2626
runs-on: ubuntu-20.04-8-cores
27-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
2827
defaults:
2928
run:
3029
shell: bash -l {0}
@@ -78,7 +77,6 @@ jobs:
7877
7978
stable_diffusion_1_5_cpp-windows:
8079
runs-on: windows-latest
81-
if: ${{ github.repository_owner == 'openvinotoolkit' }}
8280
defaults:
8381
run:
8482
shell: pwsh

0 commit comments

Comments
 (0)