Skip to content

Commit 432b351

Browse files
author
Roman
committed
fix labels
1 parent 416373d commit 432b351

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ jobs:
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
labels: |
33-
run-bittensor-sdk-tests
3433
run-bittensor-cli-tests
3534
3635
check-labels:
3736
needs: add-labels
3837
runs-on: ubuntu-latest
3938
if: ${{ github.event.pull_request.draft == false }}
4039
outputs:
41-
run-sdk-tests: ${{ contains(github.event.pull_request.labels.*.name, 'run-bittensor-sdk-tests') }}
40+
run-sdk-tests: ${{ contains(github.event.pull_request.labels.*.name, 'run-bittensor-cli-tests') }}
4241
steps:
4342
- name: Check out repository
4443
uses: actions/checkout@v4

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
labels: |
3232
run-bittensor-sdk-tests
33-
run-bittensor-cli-tests
3433
3534
check-labels:
3635
needs: add-labels

0 commit comments

Comments
 (0)