File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 29
29
- L0_PERF
30
30
31
31
permissions :
32
- contents : write
33
- pull-requests : write
32
+ contents : read
34
33
35
34
jobs :
36
35
manual :
36
+ permissions :
37
+ contents : write
38
+ pull-requests : write
37
39
name : Compute Benchmarks
38
40
uses : ./.github/workflows/reusable_benchmarks.yml
39
41
with :
Original file line number Diff line number Diff line change 24
24
default : ' L0_PERF'
25
25
26
26
permissions :
27
- contents : write
28
- pull-requests : write
27
+ contents : read
29
28
30
29
env :
31
30
UMF_DIR : " ${{github.workspace}}/umf-repo"
37
36
# run only on upstream; forks will not have the HW
38
37
if : github.repository == 'oneapi-src/unified-memory-framework'
39
38
runs-on : ${{ inputs.runner }}
39
+ permissions :
40
+ contents : write
41
+ pull-requests : write
40
42
41
43
steps :
42
44
- name : Establish bench params
You can’t perform that action at this time.
0 commit comments