From 4fcb413ef31d34879042c545b02f1ef5818c54a0 Mon Sep 17 00:00:00 2001 From: Lht97 Date: Mon, 23 Dec 2024 00:26:51 +0800 Subject: [PATCH] Test with new setting --- .github/workflows/profile_cbds_bfgs_big.yml | 2 +- .github/workflows/profile_cbds_bfgs_small.yml | 2 +- .github/workflows/profile_cbds_bfo_big.yml | 2 +- .github/workflows/profile_cbds_bfo_small.yml | 2 +- .github/workflows/profile_cbds_blocks_big.yml | 2 +- .github/workflows/profile_cbds_blocks_small.yml | 2 +- .github/workflows/profile_cbds_ds_big.yml | 2 +- .github/workflows/profile_cbds_ds_small.yml | 2 +- .github/workflows/profile_cbds_lam_big.yml | 2 +- .github/workflows/profile_cbds_lam_small.yml | 2 +- .github/workflows/profile_cbds_newuoa_big.yml | 2 +- .github/workflows/profile_cbds_newuoa_small.yml | 2 +- .github/workflows/profile_cbds_nomad_big.yml | 2 +- .github/workflows/profile_cbds_nomad_small.yml | 2 +- .github/workflows/profile_cbds_permuted_big.yml | 2 +- .github/workflows/profile_cbds_permuted_small.yml | 2 +- .github/workflows/profile_cbds_randomized_orthogonal_big.yml | 2 +- .github/workflows/profile_cbds_randomized_orthogonal_small.yml | 2 +- .github/workflows/profile_cbds_simplex_big.yml | 2 +- .github/workflows/profile_cbds_simplex_small.yml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/profile_cbds_bfgs_big.yml b/.github/workflows/profile_cbds_bfgs_big.yml index c7f61b0..40397d3 100644 --- a/.github/workflows/profile_cbds_bfgs_big.yml +++ b/.github/workflows/profile_cbds_bfgs_big.yml @@ -2,7 +2,7 @@ name: Profile cbds and bfgs using optiprofiler, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */2 * *' diff --git a/.github/workflows/profile_cbds_bfgs_small.yml b/.github/workflows/profile_cbds_bfgs_small.yml index c68399c..65b6c9a 100644 --- a/.github/workflows/profile_cbds_bfgs_small.yml +++ b/.github/workflows/profile_cbds_bfgs_small.yml @@ -2,7 +2,7 @@ name: Profile cbds and bfgs using optiprofiler, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 6 */2 * *' diff --git a/.github/workflows/profile_cbds_bfo_big.yml b/.github/workflows/profile_cbds_bfo_big.yml index a5c0675..b75d64f 100644 --- a/.github/workflows/profile_cbds_bfo_big.yml +++ b/.github/workflows/profile_cbds_bfo_big.yml @@ -2,7 +2,7 @@ name: Profile cbds and bfo using optiprofiler, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */2 * *' diff --git a/.github/workflows/profile_cbds_bfo_small.yml b/.github/workflows/profile_cbds_bfo_small.yml index b980782..bacaa37 100644 --- a/.github/workflows/profile_cbds_bfo_small.yml +++ b/.github/workflows/profile_cbds_bfo_small.yml @@ -2,7 +2,7 @@ name: Profile cbds and bfo using optiprofiler, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 6 */2 * *' diff --git a/.github/workflows/profile_cbds_blocks_big.yml b/.github/workflows/profile_cbds_blocks_big.yml index a65313a..4a200e4 100644 --- a/.github/workflows/profile_cbds_blocks_big.yml +++ b/.github/workflows/profile_cbds_blocks_big.yml @@ -2,7 +2,7 @@ name: Profile cbds with different blocks input, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */1 * *' diff --git a/.github/workflows/profile_cbds_blocks_small.yml b/.github/workflows/profile_cbds_blocks_small.yml index 6f0e5eb..a2aee07 100644 --- a/.github/workflows/profile_cbds_blocks_small.yml +++ b/.github/workflows/profile_cbds_blocks_small.yml @@ -2,7 +2,7 @@ name: Profile cbds with different blocks input, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 12 */1 * *' diff --git a/.github/workflows/profile_cbds_ds_big.yml b/.github/workflows/profile_cbds_ds_big.yml index 5f9d5bb..7e4ea3a 100644 --- a/.github/workflows/profile_cbds_ds_big.yml +++ b/.github/workflows/profile_cbds_ds_big.yml @@ -2,7 +2,7 @@ name: Profile cbds and ds using optiprofiler, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */2 * *' diff --git a/.github/workflows/profile_cbds_ds_small.yml b/.github/workflows/profile_cbds_ds_small.yml index 429e0d1..b1638b6 100644 --- a/.github/workflows/profile_cbds_ds_small.yml +++ b/.github/workflows/profile_cbds_ds_small.yml @@ -2,7 +2,7 @@ name: Profile cbds and ds using optiprofiler, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 12 */2 * *' diff --git a/.github/workflows/profile_cbds_lam_big.yml b/.github/workflows/profile_cbds_lam_big.yml index 334cffd..b192820 100644 --- a/.github/workflows/profile_cbds_lam_big.yml +++ b/.github/workflows/profile_cbds_lam_big.yml @@ -2,7 +2,7 @@ name: Profile cbds and lam using optiprofiler, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */2 * *' diff --git a/.github/workflows/profile_cbds_lam_small.yml b/.github/workflows/profile_cbds_lam_small.yml index 2b1e73f..888c73d 100644 --- a/.github/workflows/profile_cbds_lam_small.yml +++ b/.github/workflows/profile_cbds_lam_small.yml @@ -2,7 +2,7 @@ name: Profile cbds and lam using optiprofiler, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 6 */2 * *' diff --git a/.github/workflows/profile_cbds_newuoa_big.yml b/.github/workflows/profile_cbds_newuoa_big.yml index 4c6de6a..9a775a1 100644 --- a/.github/workflows/profile_cbds_newuoa_big.yml +++ b/.github/workflows/profile_cbds_newuoa_big.yml @@ -2,7 +2,7 @@ name: Profile cbds and newuoa using optiprofiler, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */2 * *' diff --git a/.github/workflows/profile_cbds_newuoa_small.yml b/.github/workflows/profile_cbds_newuoa_small.yml index f7689bc..2fed9d2 100644 --- a/.github/workflows/profile_cbds_newuoa_small.yml +++ b/.github/workflows/profile_cbds_newuoa_small.yml @@ -2,7 +2,7 @@ name: Profile cbds and newuoa using optiprofiler, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 6 */2 * *' diff --git a/.github/workflows/profile_cbds_nomad_big.yml b/.github/workflows/profile_cbds_nomad_big.yml index f02e7e5..c062623 100644 --- a/.github/workflows/profile_cbds_nomad_big.yml +++ b/.github/workflows/profile_cbds_nomad_big.yml @@ -2,7 +2,7 @@ name: Profile cbds and nomad using optiprofiler, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 18 */2 * *' diff --git a/.github/workflows/profile_cbds_nomad_small.yml b/.github/workflows/profile_cbds_nomad_small.yml index 1595e35..13d0084 100644 --- a/.github/workflows/profile_cbds_nomad_small.yml +++ b/.github/workflows/profile_cbds_nomad_small.yml @@ -2,7 +2,7 @@ name: Profile cbds and nomad using optiprofiler, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 18 */2 * *' diff --git a/.github/workflows/profile_cbds_permuted_big.yml b/.github/workflows/profile_cbds_permuted_big.yml index dc864a9..3f1c547 100644 --- a/.github/workflows/profile_cbds_permuted_big.yml +++ b/.github/workflows/profile_cbds_permuted_big.yml @@ -2,7 +2,7 @@ name: Profile cbds with permuted matrix input, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */1 * *' diff --git a/.github/workflows/profile_cbds_permuted_small.yml b/.github/workflows/profile_cbds_permuted_small.yml index 3c17183..b3d0217 100644 --- a/.github/workflows/profile_cbds_permuted_small.yml +++ b/.github/workflows/profile_cbds_permuted_small.yml @@ -2,7 +2,7 @@ name: Profile cbds with permuted matrix input, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 12 */1 * *' diff --git a/.github/workflows/profile_cbds_randomized_orthogonal_big.yml b/.github/workflows/profile_cbds_randomized_orthogonal_big.yml index bb8b5e7..5eb59ca 100644 --- a/.github/workflows/profile_cbds_randomized_orthogonal_big.yml +++ b/.github/workflows/profile_cbds_randomized_orthogonal_big.yml @@ -2,7 +2,7 @@ name: Profile cbds with randomized orthogonal matrix input, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */1 * *' diff --git a/.github/workflows/profile_cbds_randomized_orthogonal_small.yml b/.github/workflows/profile_cbds_randomized_orthogonal_small.yml index 9267f20..82b3bc5 100644 --- a/.github/workflows/profile_cbds_randomized_orthogonal_small.yml +++ b/.github/workflows/profile_cbds_randomized_orthogonal_small.yml @@ -2,7 +2,7 @@ name: Profile cbds with randomized orthogonal matrix input, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 12 */1 * *' diff --git a/.github/workflows/profile_cbds_simplex_big.yml b/.github/workflows/profile_cbds_simplex_big.yml index f111e49..8bcf882 100644 --- a/.github/workflows/profile_cbds_simplex_big.yml +++ b/.github/workflows/profile_cbds_simplex_big.yml @@ -2,7 +2,7 @@ name: Profile cbds and simplex using optiprofiler, big on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 0 */2 * *' diff --git a/.github/workflows/profile_cbds_simplex_small.yml b/.github/workflows/profile_cbds_simplex_small.yml index 13aef84..dd814af 100644 --- a/.github/workflows/profile_cbds_simplex_small.yml +++ b/.github/workflows/profile_cbds_simplex_small.yml @@ -2,7 +2,7 @@ name: Profile cbds and simplex using optiprofiler, small on: # Trigger the workflow on # push or pull request - # push: + push: # Trigger the workflow manually schedule: - cron: '0 6 */2 * *'