Skip to content

Commit 34f99cb

Browse files
authored
Feat/update check workflow (#83)
* run cron every hour * use new subtensor repo name
1 parent fa5df29 commit 34f99cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check updates
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 */2 * * *'
6+
- cron: '0 * * * *'
77

88
env:
99
BRANCH_PREFIX: sign-me

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ rpc_endpoint = "wss://lite.chain.opentensor.ai:443"
1212

1313
[chains.github_release]
1414
owner = "opentensor"
15-
repo = "subtensorv3"
15+
repo = "subtensor"
1616
genesis_hash = "0x2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03"

0 commit comments

Comments
 (0)