Skip to content

Commit eab34bd

Browse files
committed
use include for constants
1 parent 449cbe5 commit eab34bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/sycl-nightly.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,12 @@ jobs:
282282
if: ${{ always() && !cancelled() && needs.ubuntu2204_build.outputs.build_conclusion == 'success' }}
283283
strategy:
284284
matrix:
285-
ref: ${{ github.sha }}
286-
save_name: 'Baseline'
287285
runner: ['["PVC_PERF"]', '["BMG_PERF"]']
288286
backend: ['level_zero:gpu', 'level_zero_v2:gpu']
289-
preset: 'Minimal'
287+
include:
288+
- ref: ${{ github.sha }}
289+
save_name: 'Baseline'
290+
preset: 'Minimal'
290291
uses: ./.github/workflows/sycl-linux-run-tests.yml
291292
secrets: inherit
292293
with:

0 commit comments

Comments
 (0)