Skip to content

Commit 32639b2

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #139 from icfaust/dev/github_main_only
[fix] key cron-based github actions to run only on intel/x86-simd-sort repo
2 parents ab40db7 + 09e91be commit 32639b2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-numpy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions: read-all
1313
jobs:
1414
np-multiarray-tgl:
1515

16+
if: github.repository == 'intel/x86-simd-sort'
1617
runs-on: intel-ubuntu-latest
1718

1819
steps:
@@ -78,6 +79,7 @@ jobs:
7879
7980
np-multiarray-spr:
8081

82+
if: github.repository == 'intel/x86-simd-sort'
8183
runs-on: intel-ubuntu-latest
8284

8385
steps:

.github/workflows/scorecard.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ permissions: read-all
1919

2020
jobs:
2121
analysis:
22+
2223
name: Scorecard analysis
24+
if: github.repository == 'intel/x86-simd-sort'
2325
runs-on: ubuntu-latest
2426
permissions:
2527
# Needed to upload the results to code-scanning dashboard.

0 commit comments

Comments
 (0)