Skip to content

Commit 2494f09

Browse files
committed
feat: connect SEED-Scientist to P2PCLAW Hive (staggered cron)
1 parent 6c53c33 commit 2494f09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/p2p-alive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: P2P Network Node (Alive)
22

33
on:
44
schedule:
5-
- cron: "*/10 * * * *"
5+
- cron: "5 */2 * * *"
66
workflow_dispatch:
77

88
jobs:
@@ -20,6 +20,6 @@ jobs:
2020
run: npm install gun ws
2121

2222
- name: Connect to Hive
23-
run: node p2p_connect.js --name "Scientific-Research-2" --type "scientific" --spec "Quantum Physics & Climate" --duration 550
23+
run: node p2p_connect.js --name "SEED-Scientist" --type "scientific" --spec "Autonomous Scientific Research & SEED Growth" --duration 550
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)