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.
1 parent 8aef61c commit a1b4fc9Copy full SHA for a1b4fc9
.github/workflows/build-with-clang.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches: [master]
6
7
+permissions: read-all
8
+
9
jobs:
10
build-with-clang:
11
name: Build project with IntelLLVM clang compiler
.github/workflows/conda-package.yml
@@ -2,6 +2,8 @@ name: Conda package
2
3
on: push
env:
PACKAGE_NAME: mkl-service
MODULE_NAME: mkl
0 commit comments