redistribute cron schedules (emphasize test #4)

This commit is contained in:
Adam Wilson
2025-08-28 19:44:45 -06:00
parent 2813a251ac
commit 93a1f563a9
10 changed files with 15 additions and 10 deletions
@@ -1,8 +1,8 @@
name: '#2 (1-20)'
on:
workflow_dispatch:
schedule:
- cron: '20 3-23/8 * * *'
# schedule:
# - cron: '20 3-23/8 * * *'
jobs:
@@ -1,8 +1,8 @@
name: '#2 (21-40)'
on:
workflow_dispatch:
schedule:
- cron: '40 3-23/8 * * *'
# schedule:
# - cron: '40 3-23/8 * * *'
jobs:
@@ -1,8 +1,8 @@
name: '#2 (41-60)'
on:
workflow_dispatch:
schedule:
- cron: '0 4-23/8 * * *'
# schedule:
# - cron: '0 4-23/8 * * *'
jobs:
@@ -1,8 +1,8 @@
name: '#2 (61-80)'
on:
workflow_dispatch:
schedule:
- cron: '20 4-23/8 * * *'
# schedule:
# - cron: '20 4-23/8 * * *'
jobs:
@@ -1,8 +1,8 @@
name: '#2 (81-100)'
on:
workflow_dispatch:
schedule:
- cron: '40 4-23/8 * * *'
# schedule:
# - cron: '40 4-23/8 * * *'
jobs:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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: