We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0383ee commit 900e4c7Copy full SHA for 900e4c7
.github/workflows/try-runtime.yml
@@ -50,7 +50,7 @@ jobs:
50
51
check-finney:
52
name: check finney
53
- if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main'
+ # if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main'
54
runs-on: SubtensorCI
55
steps:
56
- name: Checkout sources
0 commit comments