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 be82198 commit a27b996Copy full SHA for a27b996
.github/workflows/try-runtime.yml
@@ -24,7 +24,7 @@ jobs:
24
25
check-testnet:
26
name: check testnet
27
- 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'
28
runs-on: SubtensorCI
29
steps:
30
- name: Checkout sources
0 commit comments