File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ permissions:
4141
4242jobs :
4343 e2e-build-hw :
44- # Run only on upstream; forks will not have the HW
45- if : github.repository == 'oneapi-src/unified-runtime'
4644 name : Build SYCL, UR, run Compute Benchmarks
4745 strategy :
4846 matrix :
7674 const body = `Compute Benchmarks ${adapter} run: \n${url}`;
7775
7876 github.rest.issues.createComment({
79- issue_number: ${ pr_no} ,
77+ issue_number: pr_no,
8078 owner: context.repo.owner,
8179 repo: context.repo.repo,
8280 body: body
@@ -189,7 +187,7 @@ jobs:
189187 const body = `Compute Benchmarks ${adapter} run:\n${url}\nJob status: ${job_status}. Test status: ${test_status}.\n ${markdown}`;
190188
191189 github.rest.issues.createComment({
192- issue_number: ${ pr_no} ,
190+ issue_number: pr_no,
193191 owner: context.repo.owner,
194192 repo: context.repo.repo,
195193 body: body
You can’t perform that action at this time.
0 commit comments