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 de538b6 commit a589c14Copy full SHA for a589c14
.github/workflows/sycl-ur-perf-benchmarking.yml
@@ -150,6 +150,9 @@ jobs:
150
benchmark_dispatch:
151
name: '[Dispatch] Benchmarks'
152
needs: [ build_sycl_dispatch, sanitize_inputs_dispatch ]
153
+ permissions:
154
+ contents: write
155
+ packages: read
156
if: always() && !cancelled() && needs.build_sycl_dispatch.outputs.build_conclusion == 'success'
157
strategy:
158
matrix:
0 commit comments