diff options
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r-- | .github/workflows/benchmark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 50a3d0246..6682eb482 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml | |||
@@ -5,7 +5,7 @@ on: | |||
5 | branches: | 5 | branches: |
6 | - ci | 6 | - ci |
7 | schedule: | 7 | schedule: |
8 | - cron: '0 4 * * *' | 8 | - cron: '0 */12 * * *' |
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | 11 | ||