Skip to content

Commit 168325f

Browse files
committed
Add dependency on benchmark_aggregate
1 parent 867fc5a commit 168325f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ permissions:
194194

195195
jobs:
196196
run:
197-
if: github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false'
198-
needs: ${{ inputs.test_selector == 'benchmark' && "['benchmark_aggregate']" || "[]" }}
197+
if: ${{ always() && ( github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false' ) }}
198+
needs: benchmark_aggregate
199199
name: ${{ inputs.name }}
200200
runs-on: ${{ fromJSON(inputs.runner) }}
201201
container:
@@ -517,6 +517,6 @@ jobs:
517517
git push
518518
519519
benchmark_aggregate:
520-
if: inputs.test_selector == 'benchmark'
520+
if: inputs.test_selector == 'benchmark' && inputs.skip_run == 'false'
521521
name: Aggregate compute-benchmark historical average (TODO reconsider)
522522
uses: ./.github/workflows/sycl-benchmark-aggregate.yml

0 commit comments

Comments
 (0)