We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cf7775 + ff47f51 commit 6b3579aCopy full SHA for 6b3579a
.github/workflows/branch-checks.yaml
@@ -17,15 +17,6 @@ jobs:
17
- run: pip install uv
18
- uses: pre-commit/action@v3.0.1
19
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
-
29
unit-tests:
30
name: Run unit tests
31
runs-on: ubuntu-latest
0 commit comments