Skip to content

Commit eb2701e

Browse files
Potabkwangli
andauthored
[CI] Remove workflow_dispatch and change schedule time (#1056)
### What this PR does / why we need it? - Remove workflow_dispatch - Change schedule time to 2:00 UTC+8 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? CI passed --------- Signed-off-by: wangli <858794774@qq.com> Co-authored-by: wangli <858794774@qq.com>
1 parent 06fb5a8 commit eb2701e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightly_benchmarks.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ name: 'Benchmarks / Performance'
2020

2121
on:
2222
schedule:
23-
# Run at 24:00 everyday
24-
- cron: '00 16 * * *'
25-
workflow_dispatch:
23+
# Run at 02:00 everyday
24+
- cron: '00 18 * * *'
2625

2726
pull_request:
2827
types: [ labeled ]

0 commit comments

Comments
 (0)