Skip to content

Commit afc415e

Browse files
committed
chore: change evolution to every 12 hours, social to every 12 hours offset
1 parent 877b781 commit afc415e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/evolve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: iterate evolution
22

33
on:
44
schedule:
5-
- cron: '0 0,4,8,12,16,20 * * *' # Every 4 hours
5+
- cron: '0 0,12 * * *' # Every 12 hours (midnight + noon UTC)
66
workflow_dispatch:
77

88
permissions:

.github/workflows/social.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: iterate social session
22

33
on:
44
schedule:
5-
- cron: '0 2,6,10,14,18,22 * * *' # Offset 2h from evolve to avoid overlap
5+
- cron: '0 6,18 * * *' # Every 12 hours (6 AM + 6 PM UTC, offset from evolve)
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)