From 4244c989da71c3be6f635ba5e386758a069f8bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Fri, 7 Nov 2025 19:02:02 +0100 Subject: [PATCH] [CI][Bench] Run nightly benchmarks after the nightly image was pushed --- .github/workflows/sycl-ur-perf-benchmarking.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sycl-ur-perf-benchmarking.yml b/.github/workflows/sycl-ur-perf-benchmarking.yml index 4890c1c26a7d1..62912ec7095fb 100644 --- a/.github/workflows/sycl-ur-perf-benchmarking.yml +++ b/.github/workflows/sycl-ur-perf-benchmarking.yml @@ -5,8 +5,8 @@ name: SYCL Run Benchmarks on: schedule: - # 3 hours ahead of SYCL nightly - - cron: '0 0 * * *' + # 2 hours after SYCL nightly + - cron: '0 5 * * *' # Run on pull requests only when a benchmark-related files were changed. pull_request: # These paths are exactly the same as in sycl-linux/windows-precommit.yml (to ignore over there)