From 93a1f563a9db048664f5ae27d8e297131a8808aa Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Thu, 28 Aug 2025 19:44:45 -0600 Subject: [PATCH] redistribute cron schedules (emphasize test #4) --- .github/workflows/test_02_malicious_prompts_cot.01-20.yml | 4 ++-- .github/workflows/test_02_malicious_prompts_cot.21-40.yml | 4 ++-- .github/workflows/test_02_malicious_prompts_cot.41-60.yml | 4 ++-- .github/workflows/test_02_malicious_prompts_cot.61-80.yml | 4 ++-- .github/workflows/test_02_malicious_prompts_cot.81-100.yml | 4 ++-- .../workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml | 1 + .../workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml | 1 + .../workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml | 1 + .../workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml | 1 + .../test_04_malicious_prompts_rag_and_cot.81-100.yml | 1 + 10 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test_02_malicious_prompts_cot.01-20.yml b/.github/workflows/test_02_malicious_prompts_cot.01-20.yml index 0828ad0b1..a97c58c1a 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.01-20.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.01-20.yml @@ -1,8 +1,8 @@ name: '#2 (1-20)' on: workflow_dispatch: - schedule: - - cron: '20 3-23/8 * * *' +# schedule: +# - cron: '20 3-23/8 * * *' jobs: diff --git a/.github/workflows/test_02_malicious_prompts_cot.21-40.yml b/.github/workflows/test_02_malicious_prompts_cot.21-40.yml index d6625270f..85065a011 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.21-40.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.21-40.yml @@ -1,8 +1,8 @@ name: '#2 (21-40)' on: workflow_dispatch: - schedule: - - cron: '40 3-23/8 * * *' +# schedule: +# - cron: '40 3-23/8 * * *' jobs: diff --git a/.github/workflows/test_02_malicious_prompts_cot.41-60.yml b/.github/workflows/test_02_malicious_prompts_cot.41-60.yml index d821086b2..ff9407d30 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.41-60.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.41-60.yml @@ -1,8 +1,8 @@ name: '#2 (41-60)' on: workflow_dispatch: - schedule: - - cron: '0 4-23/8 * * *' +# schedule: +# - cron: '0 4-23/8 * * *' jobs: diff --git a/.github/workflows/test_02_malicious_prompts_cot.61-80.yml b/.github/workflows/test_02_malicious_prompts_cot.61-80.yml index 09a16505a..c54967781 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.61-80.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.61-80.yml @@ -1,8 +1,8 @@ name: '#2 (61-80)' on: workflow_dispatch: - schedule: - - cron: '20 4-23/8 * * *' +# schedule: +# - cron: '20 4-23/8 * * *' jobs: diff --git a/.github/workflows/test_02_malicious_prompts_cot.81-100.yml b/.github/workflows/test_02_malicious_prompts_cot.81-100.yml index 132fc131e..267b14a52 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.81-100.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.81-100.yml @@ -1,8 +1,8 @@ name: '#2 (81-100)' on: workflow_dispatch: - schedule: - - cron: '40 4-23/8 * * *' +# schedule: +# - cron: '40 4-23/8 * * *' jobs: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml index 13f27ce23..ea0e29dee 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml @@ -4,6 +4,7 @@ on: schedule: - cron: '0 0-23/8 * * *' - cron: '40 6-23/8 * * *' + - cron: '20 3-23/8 * * *' jobs: test-prompts-1-20: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml index e6678c71f..2ccf0119c 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml @@ -4,6 +4,7 @@ on: schedule: - cron: '20 0-23/8 * * *' - cron: '0 7-23/8 * * *' + - cron: '40 3-23/8 * * *' jobs: test-prompts-21-40: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml index 0ce36a7ad..ef29984b1 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml @@ -4,6 +4,7 @@ on: schedule: - cron: '40 0-23/8 * * *' - cron: '20 7-23/8 * * *' + - cron: '0 4-23/8 * * *' jobs: test-prompts-41-60: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml index 847ec3228..9ffcdb0f4 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml @@ -4,6 +4,7 @@ on: schedule: - cron: '0 1-23/8 * * *' - cron: '40 7-23/8 * * *' + - cron: '20 4-23/8 * * *' jobs: test-prompts-61-80: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.81-100.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.81-100.yml index 538d6af6e..2aaca76c5 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.81-100.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.81-100.yml @@ -4,6 +4,7 @@ on: schedule: - cron: '20 1-23/8 * * *' - cron: '0 8-23/8 * * *' + - cron: '40 4-23/8 * * *' jobs: test-prompts-81-100: