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 3ffa758 commit 9b92cfdCopy full SHA for 9b92cfd
.github/workflows/sycl-ur-perf-benchmarking.yml
@@ -247,6 +247,9 @@ jobs:
247
test_benchmark_framework:
248
name: '[PR] Benchmark suite testing'
249
needs: [build_pr]
250
+ permissions:
251
+ contents: write
252
+ packages: read
253
if: always() && !cancelled() && needs.build_pr.outputs.build_conclusion == 'success'
254
uses: ./.github/workflows/sycl-linux-run-tests.yml
255
with:
0 commit comments