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 fcb82e9 commit e5a0e13Copy full SHA for e5a0e13
.github/workflows/sycl-ur-perf-benchmarking.yml
@@ -5,8 +5,8 @@ name: SYCL Run Benchmarks
5
6
on:
7
schedule:
8
- # 3 hours ahead of SYCL nightly
9
- - cron: '0 0 * * *'
+ # 2 hours after SYCL nightly
+ - cron: '0 5 * * *'
10
# Run on pull requests only when a benchmark-related files were changed.
11
pull_request:
12
# These paths are exactly the same as in sycl-linux/windows-precommit.yml (to ignore over there)
0 commit comments