We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab40db7 + 09e91be commit 32639b2Copy full SHA for 32639b2
.github/workflows/build-numpy.yml
@@ -13,6 +13,7 @@ permissions: read-all
13
jobs:
14
np-multiarray-tgl:
15
16
+ if: github.repository == 'intel/x86-simd-sort'
17
runs-on: intel-ubuntu-latest
18
19
steps:
@@ -78,6 +79,7 @@ jobs:
78
79
80
np-multiarray-spr:
81
82
83
84
85
.github/workflows/scorecard.yml
@@ -19,7 +19,9 @@ permissions: read-all
20
21
analysis:
22
+
23
name: Scorecard analysis
24
25
runs-on: ubuntu-latest
26
permissions:
27
# Needed to upload the results to code-scanning dashboard.
0 commit comments