Skip to content

Commit 96ad8dd

Browse files
committed
try to trigger aggregate
1 parent cf599c0 commit 96ad8dd

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/sycl-benchmark-aggregate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
aggregate:
2323
name: Aggregate average value for all metrics (median)
2424
runs-on: ubuntu-latest
25-
if: github.repository == 'intel/llvm'
2625
steps:
2726
- uses: actions/checkout@v4
2827
with:

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ permissions:
193193
packages: read
194194

195195
jobs:
196+
benchmark_aggregate:
197+
if: inputs.test_selector == 'benchmark'
198+
name: Aggregate compute-benchmark historical average (TODO reconsider)
199+
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
200+
196201
run:
197202
if: ${{ always() && ( github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false' ) }}
198203
needs: benchmark_aggregate
@@ -514,9 +519,4 @@ jobs:
514519
git config --global user.email "[email protected]"
515520
git add .
516521
git commit -m "Update results"
517-
git push
518-
519-
benchmark_aggregate:
520-
if: inputs.test_selector == 'benchmark'
521-
name: Aggregate compute-benchmark historical average (TODO reconsider)
522-
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
522+
git push

0 commit comments

Comments
 (0)