Skip to content

Commit b02b367

Browse files
CI test perf workflow
1 parent 5df02ca commit b02b367

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/benchmarks_compute.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ permissions:
4141

4242
jobs:
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:
@@ -76,7 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)