Skip to content

Commit f4f814b

Browse files
committed
rename opcm -> intel repo in workflows
Change-Id: I42108712670d44fe89532ea59e4a24fdac67e0d1
1 parent 1717431 commit f4f814b

17 files changed

+19
-19
lines changed

.github/workflows/ci-clang-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ci-clang-scan
13-
if: ${{ github.repository != 'opcm/pcm' }}
13+
if: ${{ github.repository != 'intel/pcm' }}
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/ci-cmake-options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ci-gcc10
13-
if: ${{ github.repository != 'opcm/pcm' }}
13+
if: ${{ github.repository != 'intel/pcm' }}
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/ci-cpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
job-build1:
1111
runs-on: ci-gcc9
12-
if: ${{ github.repository != 'opcm/pcm' }}
12+
if: ${{ github.repository != 'intel/pcm' }}
1313

1414
steps:
1515
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
3333
job-build2:
3434
runs-on: ci-test
35-
if: ${{ github.repository != 'opcm/pcm' }}
35+
if: ${{ github.repository != 'intel/pcm' }}
3636

3737
steps:
3838
- uses: actions/checkout@v2

.github/workflows/ci-cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ci-cppcheck
13-
if: ${{ github.repository != 'opcm/pcm' }}
13+
if: ${{ github.repository != 'intel/pcm' }}
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/ci-gcc10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ci-gcc10
13-
if: ${{ github.repository != 'opcm/pcm' }}
13+
if: ${{ github.repository != 'intel/pcm' }}
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/ci-gcc48.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ci-gcc48
13-
if: ${{ github.repository != 'opcm/pcm' }}
13+
if: ${{ github.repository != 'intel/pcm' }}
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/ci-gcc5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ci-gcc5
13-
if: ${{ github.repository != 'opcm/pcm' }}
13+
if: ${{ github.repository != 'intel/pcm' }}
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/ci-gcc7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ci-gcc7
13-
if: ${{ github.repository != 'opcm/pcm' }}
13+
if: ${{ github.repository != 'intel/pcm' }}
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/ci-gcc9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111

1212
runs-on: ci-gcc9
13-
if: ${{ github.repository != 'opcm/pcm' }}
13+
if: ${{ github.repository != 'intel/pcm' }}
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/ci-kw-linux-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77

88
runs-on: ci-kw-linux
9-
if: ${{ github.repository != 'opcm/pcm' }}
9+
if: ${{ github.repository != 'intel/pcm' }}
1010

1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)