Skip to content

Commit

Permalink
Merge pull request #139 from icfaust/dev/github_main_only
Browse files Browse the repository at this point in the history
[fix] key cron-based github actions to run only on intel/x86-simd-sort repo
  • Loading branch information
r-devulap authored Mar 4, 2024
2 parents ab40db7 + 09e91be commit 32639b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions: read-all
jobs:
np-multiarray-tgl:

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

steps:
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
np-multiarray-spr:

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

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ permissions: read-all

jobs:
analysis:

name: Scorecard analysis
if: github.repository == 'intel/x86-simd-sort'
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
Expand Down

0 comments on commit 32639b2

Please sign in to comment.