diff --git a/.github/workflows/nightly_benchmarks.yaml b/.github/workflows/nightly_benchmarks.yaml index 8a70c8d..780e9e2 100644 --- a/.github/workflows/nightly_benchmarks.yaml +++ b/.github/workflows/nightly_benchmarks.yaml @@ -20,9 +20,8 @@ name: 'Benchmarks / Performance' on: schedule: - # Run at 24:00 everyday - - cron: '00 16 * * *' - workflow_dispatch: + # Run at 02:00 everyday + - cron: '00 18 * * *' pull_request: types: [ labeled ]