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 e8190f8 commit 4d14eccCopy full SHA for 4d14ecc
.github/workflows/check-btcli-tests.yml
@@ -24,7 +24,7 @@ env:
24
25
jobs:
26
apply-label-to-new-pr:
27
- runs-on: SubtensorCI
+ runs-on: ubuntu-latest
28
if: ${{ github.event.pull_request.draft == false }}
29
outputs:
30
should_continue_cli: ${{ steps.check.outputs.should_continue_cli }}
.github/workflows/check-sdk-tests.yml
should_continue_sdk: ${{ steps.check.outputs.should_continue_sdk }}
0 commit comments