We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a51f3 commit 5173a0dCopy full SHA for 5173a0d
.github/workflows/sycl-linux-run-tests.yml
@@ -195,6 +195,7 @@ permissions:
195
jobs:
196
run:
197
if: github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false'
198
+ needs: ${{ inputs.test_selector == 'benchmark' && ['benchmark_aggregate'] || [] }}
199
name: ${{ inputs.name }}
200
runs-on: ${{ fromJSON(inputs.runner) }}
201
container:
@@ -516,6 +517,6 @@ jobs:
516
517
git push
518
519
benchmark_aggregate:
- if: ${{ inputs.test_selector == 'benchmark' && (github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false') }}
520
+ if: inputs.test_selector == 'benchmark'
521
name: Aggregate compute-benchmark historical average (TODO reconsider)
522
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
0 commit comments