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 97d0c2f commit f5633a1Copy full SHA for f5633a1
.github/workflows/sycl-nightly.yml
@@ -240,8 +240,9 @@ jobs:
240
if: always() && !cancelled()
241
name: Aggregate benchmark results and produce historical averages
242
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
243
+ secrets: inherit
244
with:
- lookback_days: 100
245
+ lookback_days: 100secrets: inherit
246
247
run-sycl-benchmarks:
248
needs: [ubuntu2204_build, aggregate_benchmark_results]
0 commit comments