redistribute cron schedules

This commit is contained in:
Adam Wilson
2025-08-26 19:00:50 -06:00
parent 996665d7ef
commit 12403d5e56
10 changed files with 12 additions and 8 deletions
@@ -3,6 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '20 3-23/8 * * *'
- cron: '40 6-23/8 * * *'
jobs:
test-prompts-1-20:
@@ -3,7 +3,8 @@ on:
workflow_dispatch:
schedule:
- cron: '40 3-23/8 * * *'
- cron: '0 7-23/8 * * *'
jobs:
test-prompts-21-40:
uses: ./.github/workflows/test_02.base.yml
@@ -3,6 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 4-23/8 * * *'
- cron: '20 7-23/8 * * *'
jobs:
test-prompts-41-60:
@@ -3,7 +3,8 @@ on:
workflow_dispatch:
schedule:
- cron: '20 4-23/8 * * *'
- cron: '40 7-23/8 * * *'
jobs:
test-prompts-61-80:
uses: ./.github/workflows/test_02.base.yml
@@ -3,7 +3,8 @@ on:
workflow_dispatch:
schedule:
- cron: '40 4-23/8 * * *'
- cron: '0 8-23/8 * * *'
jobs:
test-prompts-81-100:
uses: ./.github/workflows/test_02.base.yml
@@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 5-23/8 * * *'
- cron: '40 6-23/8 * * *'
jobs:
test-prompts-1-20:
@@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '20 5-23/8 * * *'
- cron: '0 7-23/8 * * *'
jobs:
test-prompts-21-40:
@@ -3,7 +3,6 @@ on:
workflow_dispatch:
schedule:
- cron: '40 5-23/8 * * *'
- cron: '20 7-23/8 * * *'
jobs:
test-prompts-41-60:
@@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 6-23/8 * * *'
- cron: '40 7-23/8 * * *'
jobs:
test-prompts-61-80:
@@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '20 6-23/8 * * *'
- cron: '0 8-23/8 * * *'
jobs:
test-prompts-81-100: