redistribute cron schedules (emphasize tests #2, #4)

This commit is contained in:
Adam Wilson
2025-08-28 06:53:41 -06:00
parent 253fccb2f7
commit b1a374b827
15 changed files with 30 additions and 25 deletions
@@ -1,8 +1,8 @@
name: '#0 (1-20)'
on:
workflow_dispatch:
schedule:
- cron: '0 0-23/8 * * *'
# schedule:
# - cron: '0 0-23/8 * * *'
jobs:
test-prompts-1-20:
@@ -1,8 +1,8 @@
name: '#0 (21-40)'
on:
workflow_dispatch:
schedule:
- cron: '20 0-23/8 * * *'
# schedule:
# - cron: '20 0-23/8 * * *'
jobs:
test-prompts-21-40:
@@ -1,8 +1,8 @@
name: '#0 (41-60)'
on:
workflow_dispatch:
schedule:
- cron: '40 0-23/8 * * *'
# schedule:
# - cron: '40 0-23/8 * * *'
jobs:
test-prompts-41-60:
@@ -1,8 +1,8 @@
name: '#0 (61-80)'
on:
workflow_dispatch:
schedule:
- cron: '0 1-23/8 * * *'
# schedule:
# - cron: '0 1-23/8 * * *'
jobs:
test-prompts-61-80:
@@ -1,8 +1,8 @@
name: '#0 (81-100)'
on:
workflow_dispatch:
schedule:
- cron: '20 1-23/8 * * *'
# schedule:
# - cron: '20 1-23/8 * * *'
jobs:
test-prompts-81-100:
@@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '20 3-23/8 * * *'
- cron: '40 6-23/8 * * *'
jobs:
test-prompts-1-20:
@@ -3,8 +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,7 +3,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 4-23/8 * * *'
- cron: '20 7-23/8 * * *'
jobs:
test-prompts-41-60:
@@ -3,8 +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,8 +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
@@ -1,8 +1,9 @@
name: '#4 (1-20)'
on:
workflow_dispatch:
# schedule:
# - cron: '40 6-23/8 * * *'
schedule:
- cron: '0 0-23/8 * * *'
- cron: '40 6-23/8 * * *'
jobs:
test-prompts-1-20:
@@ -1,8 +1,9 @@
name: '#4 (21-40)'
on:
workflow_dispatch:
# schedule:
# - cron: '0 7-23/8 * * *'
schedule:
- cron: '20 0-23/8 * * *'
- cron: '0 7-23/8 * * *'
jobs:
test-prompts-21-40:
@@ -1,8 +1,9 @@
name: '#4 (41-60)'
on:
workflow_dispatch:
# schedule:
# - cron: '20 7-23/8 * * *'
schedule:
- cron: '40 0-23/8 * * *'
- cron: '20 7-23/8 * * *'
jobs:
test-prompts-41-60:
@@ -1,8 +1,9 @@
name: '#4 (61-80)'
on:
workflow_dispatch:
# schedule:
# - cron: '40 7-23/8 * * *'
schedule:
- cron: '0 1-23/8 * * *'
- cron: '40 7-23/8 * * *'
jobs:
test-prompts-61-80:
@@ -1,8 +1,9 @@
name: '#4 (81-100)'
on:
workflow_dispatch:
# schedule:
# - cron: '0 8-23/8 * * *'
schedule:
- cron: '20 1-23/8 * * *'
- cron: '0 8-23/8 * * *'
jobs:
test-prompts-81-100: