Skip to content

Commit e5a0e13

Browse files
[CI][Bench] Run nightly benchmarks after the nightly image was pushed (#20598)
It's better to use the actually last nightly build in benchmarks.
1 parent fcb82e9 commit e5a0e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-ur-perf-benchmarking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: SYCL Run Benchmarks
55

66
on:
77
schedule:
8-
# 3 hours ahead of SYCL nightly
9-
- cron: '0 0 * * *'
8+
# 2 hours after SYCL nightly
9+
- cron: '0 5 * * *'
1010
# Run on pull requests only when a benchmark-related files were changed.
1111
pull_request:
1212
# These paths are exactly the same as in sycl-linux/windows-precommit.yml (to ignore over there)

0 commit comments

Comments
 (0)