diff --git a/.github/workflows/test_benchmark_collection_models.yml b/.github/workflows/test_benchmark_collection_models.yml index c9cc965f94..0acd4bea59 100644 --- a/.github/workflows/test_benchmark_collection_models.yml +++ b/.github/workflows/test_benchmark_collection_models.yml @@ -10,6 +10,8 @@ on: - master - develop workflow_dispatch: + schedule: + - cron: '48 4 * * *' jobs: build: diff --git a/.github/workflows/test_doc.yml b/.github/workflows/test_doc.yml index 1e0be9afee..f2fc8ab6c1 100644 --- a/.github/workflows/test_doc.yml +++ b/.github/workflows/test_doc.yml @@ -9,6 +9,8 @@ on: - develop - master workflow_dispatch: + schedule: + - cron: '48 4 * * *' jobs: doxygen: diff --git a/.github/workflows/test_performance.yml b/.github/workflows/test_performance.yml index a2f463b2f4..16f8018d49 100644 --- a/.github/workflows/test_performance.yml +++ b/.github/workflows/test_performance.yml @@ -12,6 +12,9 @@ on: workflow_dispatch: + schedule: + - cron: '48 4 * * *' + jobs: build: name: Performance Test