1 parent 6c53c33 commit 2494f09Copy full SHA for 2494f09
1 file changed
.github/workflows/p2p-alive.yml
@@ -2,7 +2,7 @@ name: P2P Network Node (Alive)
2
3
on:
4
schedule:
5
- - cron: "*/10 * * * *"
+ - cron: "5 */2 * * *"
6
workflow_dispatch:
7
8
jobs:
@@ -20,6 +20,6 @@ jobs:
20
run: npm install gun ws
21
22
- name: Connect to Hive
23
- run: node p2p_connect.js --name "Scientific-Research-2" --type "scientific" --spec "Quantum Physics & Climate" --duration 550
+ run: node p2p_connect.js --name "SEED-Scientist" --type "scientific" --spec "Autonomous Scientific Research & SEED Growth" --duration 550
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments