diff --git a/.github/workflows/parallel_test_matlab.yml b/.github/workflows/parallel_test_matlab.yml index 7ea6c51548..6f60e6e44f 100644 --- a/.github/workflows/parallel_test_matlab.yml +++ b/.github/workflows/parallel_test_matlab.yml @@ -3,7 +3,7 @@ name: Parallel test, MATLAB on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 14 2-31/2 * *' diff --git a/.github/workflows/profile_all_sq.yml b/.github/workflows/profile_all_sq.yml index 558cd130ea..4132b91066 100644 --- a/.github/workflows/profile_all_sq.yml +++ b/.github/workflows/profile_all_sq.yml @@ -6,7 +6,7 @@ on: #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - - cron: '0 5 * * *' + - cron: '0 17 * * *' # Trigger the workflow manually workflow_dispatch: inputs: diff --git a/.github/workflows/profile_bobyqa_small_sq.yml b/.github/workflows/profile_bobyqa_small_sq.yml index 53ed9c23ca..5f6ac37ea0 100644 --- a/.github/workflows/profile_bobyqa_small_sq.yml +++ b/.github/workflows/profile_bobyqa_small_sq.yml @@ -6,7 +6,7 @@ on: #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - - cron: '0 2 * * *' + - cron: '0 14 * * *' # Trigger the workflow manually workflow_dispatch: inputs: diff --git a/.github/workflows/profile_cobyla_small_sq.yml b/.github/workflows/profile_cobyla_small_sq.yml index 1fa7e2b97c..42a0d3b2cb 100644 --- a/.github/workflows/profile_cobyla_small_sq.yml +++ b/.github/workflows/profile_cobyla_small_sq.yml @@ -6,7 +6,7 @@ on: #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - - cron: '0 3 * * *' + - cron: '0 15 * * *' # Trigger the workflow manually workflow_dispatch: inputs: diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 49cb55019a..25cf36fc20 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -3,7 +3,7 @@ name: Plot performance profiles, various compiler options on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 4 1-31/3 * *' diff --git a/.github/workflows/profile_infnan.yml b/.github/workflows/profile_infnan.yml index 8184e44a2f..b06ade4ad1 100644 --- a/.github/workflows/profile_infnan.yml +++ b/.github/workflows/profile_infnan.yml @@ -3,7 +3,7 @@ name: Plot performance profiles, broken infnan on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 4 2-31/3 * *' diff --git a/.github/workflows/profile_int16.yml b/.github/workflows/profile_int16.yml index c9403c431a..f19c114a96 100644 --- a/.github/workflows/profile_int16.yml +++ b/.github/workflows/profile_int16.yml @@ -3,7 +3,7 @@ name: Plot performance profiles, int16 on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 4 3-31/3 * *' diff --git a/.github/workflows/profile_lincoa_small_sq.yml b/.github/workflows/profile_lincoa_small_sq.yml index 461ecd6d42..bf5b32f64c 100644 --- a/.github/workflows/profile_lincoa_small_sq.yml +++ b/.github/workflows/profile_lincoa_small_sq.yml @@ -6,7 +6,7 @@ on: #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - - cron: '0 1 * * *' + - cron: '0 13 * * *' # Trigger the workflow manually workflow_dispatch: inputs: diff --git a/.github/workflows/profile_newuoa_small_sq.yml b/.github/workflows/profile_newuoa_small_sq.yml index 53b5672e48..7ac1b63fa6 100644 --- a/.github/workflows/profile_newuoa_small_sq.yml +++ b/.github/workflows/profile_newuoa_small_sq.yml @@ -6,7 +6,7 @@ on: #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - - cron: '0 0 * * *' + - cron: '0 12 * * *' # Trigger the workflow manually workflow_dispatch: inputs: diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index eb9cac1a91..f43969315b 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -3,7 +3,7 @@ name: Plot performance profiles, quadruple on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 12 * * *' diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index fd2581ee57..87be83c5d0 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -3,7 +3,7 @@ name: Plot performance profiles, single on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 10 * * *' diff --git a/.github/workflows/profile_uobyqa_small_sq.yml b/.github/workflows/profile_uobyqa_small_sq.yml index a93f248def..d9b4e4466d 100644 --- a/.github/workflows/profile_uobyqa_small_sq.yml +++ b/.github/workflows/profile_uobyqa_small_sq.yml @@ -6,7 +6,7 @@ on: #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - - cron: '0 4 * * *' + - cron: '0 16 * * *' # Trigger the workflow manually workflow_dispatch: inputs: diff --git a/.github/workflows/recursive_test_matlab.yml b/.github/workflows/recursive_test_matlab.yml index 85d3b5a347..65ef313cca 100644 --- a/.github/workflows/recursive_test_matlab.yml +++ b/.github/workflows/recursive_test_matlab.yml @@ -3,7 +3,7 @@ name: Recursive test, MATLAB on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 14 1-31/2 * *' diff --git a/.github/workflows/stress_test_fortran.yml b/.github/workflows/stress_test_fortran.yml index a91d70377b..5f556ed435 100644 --- a/.github/workflows/stress_test_fortran.yml +++ b/.github/workflows/stress_test_fortran.yml @@ -3,7 +3,7 @@ name: Stress test on large problems, Fortran on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 18 2-31/2 * *' diff --git a/.github/workflows/stress_test_matlab.yml b/.github/workflows/stress_test_matlab.yml index fe64acab0f..b3c4713be9 100644 --- a/.github/workflows/stress_test_matlab.yml +++ b/.github/workflows/stress_test_matlab.yml @@ -3,7 +3,7 @@ name: Stress test on large problems, MATLAB on: # Trigger the workflow on push or pull request #push: - pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! + #pull_request: # DANGEROUS! MUST be disabled for self-hosted runners! # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC. schedule: - cron: '0 6 1-31/2 * *'