Skip to content

Commit 4d14ecc

Browse files
author
Roman
committed
update runner
1 parent e8190f8 commit 4d14ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-btcli-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
apply-label-to-new-pr:
27-
runs-on: SubtensorCI
27+
runs-on: ubuntu-latest
2828
if: ${{ github.event.pull_request.draft == false }}
2929
outputs:
3030
should_continue_cli: ${{ steps.check.outputs.should_continue_cli }}

.github/workflows/check-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
apply-label-to-new-pr:
27-
runs-on: SubtensorCI
27+
runs-on: ubuntu-latest
2828
if: ${{ github.event.pull_request.draft == false }}
2929
outputs:
3030
should_continue_sdk: ${{ steps.check.outputs.should_continue_sdk }}

0 commit comments

Comments
 (0)