Skip to content

Commit e4e8a17

Browse files
committed
remove steps
1 parent 0b8d663 commit e4e8a17

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

Diff for: .github/workflows/check-btcli-tests.yml

-17
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ concurrency:
44
group: e2e-cli-${{ github.ref }}
55
cancel-in-progress: true
66

7-
permissions:
8-
contents: write
9-
pull-requests: write
10-
117
on:
128
pull_request:
139
branches:
@@ -20,20 +16,7 @@ env:
2016
VERBOSE: ${{ github.event.inputs.verbose }}
2117

2218
jobs:
23-
24-
add-labels:
25-
runs-on: ubuntu-latest
26-
if: (github.event.pull_request.base.ref == 'staging' || github.event.pull_request.base.ref == 'main') && (github.event.action == 'reopened' || github.event.action == 'opened')
27-
steps:
28-
- name: Add labels to PR
29-
uses: actions-ecosystem/action-add-labels@v1
30-
with:
31-
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
labels: |
33-
run-bittensor-cli-tests
34-
3519
check-labels:
36-
needs: add-labels
3720
runs-on: ubuntu-latest
3821
if: ${{ github.event.pull_request.draft == false }}
3922
outputs:

Diff for: .github/workflows/check-sdk-tests.yml

-16
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ concurrency:
44
group: e2e-sdk-${{ github.ref }}
55
cancel-in-progress: true
66

7-
permissions:
8-
contents: write
9-
pull-requests: write
10-
117
on:
128
pull_request:
139
branches:
@@ -20,19 +16,7 @@ env:
2016
VERBOSE: ${{ github.event.inputs.verbose }}
2117

2218
jobs:
23-
add-labels:
24-
runs-on: ubuntu-latest
25-
if: (github.event.pull_request.base.ref == 'staging' || github.event.pull_request.base.ref == 'main') && (github.event.action == 'reopened' || github.event.action == 'opened')
26-
steps:
27-
- name: Add labels to PR
28-
uses: actions-ecosystem/action-add-labels@v1
29-
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
labels: |
32-
run-bittensor-sdk-tests
33-
3419
check-labels:
35-
needs: add-labels
3620
runs-on: ubuntu-latest
3721
if: ${{ github.event.pull_request.draft == false }}
3822
outputs:

0 commit comments

Comments
 (0)