Skip to content

Commit 178130c

Browse files
committed
fix
1 parent 900e4c7 commit 178130c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/try-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
check-finney:
5252
name: check finney
53-
# if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main'
53+
if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main'
5454
runs-on: SubtensorCI
5555
steps:
5656
- name: Checkout sources

0 commit comments

Comments
 (0)