Skip to content

Commit 60f751a

Browse files
committed
udpate
1 parent 4345332 commit 60f751a

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

.github/workflows/linux-dnnl.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true
1818

19+
permissions:
20+
contents: read
21+
packages: write
22+
attestations: write
23+
id-token: write
24+
1925
jobs:
2026
build-linux-x64-release-dnnl:
2127
name: Build Linux x64 Release (DNNL EP)

.github/workflows/linux_ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,20 @@ name: Linux CI
2121

2222
on:
2323
push:
24-
branches: [ main, 'rel-*']
24+
branches: [ main, 'rel-*', 'snnn/ci']
2525
pull_request:
2626
branches: [ main, 'rel-*']
2727

2828
concurrency:
2929
group: ${{ github.workflow }}-${{ github.ref }}
3030
cancel-in-progress: true
3131

32+
permissions:
33+
contents: read
34+
packages: write
35+
attestations: write
36+
id-token: write
37+
3238
jobs:
3339
# --- x64 Builds ---
3440
build-linux-x64-debug:

.github/workflows/linux_cuda_ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true
1212

13+
permissions:
14+
contents: read
15+
packages: write
16+
attestations: write
17+
id-token: write
18+
1319
jobs:
1420
build-linux-cuda-x64-release:
1521
name: Build Linux CUDA x64 Release

.github/workflows/linux_tensorrt_ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true
1212

13+
permissions:
14+
contents: read
15+
packages: write
16+
attestations: write
17+
id-token: write
18+
1319
jobs:
1420
build-linux-TensorRT-x64-release:
1521
name: Build Linux TensorRT x64 Release

0 commit comments

Comments
 (0)