Skip to content

Commit 6b3579a

Browse files
authored
Merge pull request #97 from MannLabs/remove-workflow
remove code review input step from branch checks
2 parents 2cf7775 + ff47f51 commit 6b3579a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/branch-checks.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ jobs:
1717
- run: pip install uv
1818
- uses: pre-commit/action@v3.0.1
1919

20-
get-code-review-input:
21-
runs-on: ubuntu-latest
22-
#if: contains(github.event.pull_request.labels.*.name, 'code-review')
23-
steps:
24-
- uses: MannLabs/alphashared/actions/get-code-review-input@v1
25-
with:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
PR_NUMBER: ${{ github.event.number }}
28-
2920
unit-tests:
3021
name: Run unit tests
3122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)