Skip to content

Commit cf599c0

Browse files
committed
fix conditional for aggregate
1 parent 168325f commit cf599c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,6 @@ jobs:
517517
git push
518518
519519
benchmark_aggregate:
520-
if: inputs.test_selector == 'benchmark' && inputs.skip_run == 'false'
520+
if: inputs.test_selector == 'benchmark'
521521
name: Aggregate compute-benchmark historical average (TODO reconsider)
522522
uses: ./.github/workflows/sycl-benchmark-aggregate.yml

0 commit comments

Comments
 (0)