diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b08c4ad1..6b65a7af7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: push: pull_request: schedule: - - cron: '0 12 * * *' + - cron: '0 0,6,12,18 * * *' workflow_dispatch: concurrency: diff --git a/.github/workflows/perf-statistic.yml b/.github/workflows/perf-statistic.yml index 580308db0..ce368fbf1 100644 --- a/.github/workflows/perf-statistic.yml +++ b/.github/workflows/perf-statistic.yml @@ -4,7 +4,7 @@ on: push: pull_request: schedule: - - cron: '0 12 * * *' + - cron: '0 0,6,12,18 * * *' workflow_dispatch: jobs: