Skip to content

Commit 7ed444d

Browse files
committed
Remove verdict job
1 parent aaab90a commit 7ed444d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- run: |
2525
scripts/test.sh --variant "${{ matrix.variant }}" --os "${{ matrix.os }}"
26-
verdict:
27-
needs: test
28-
runs-on: ubuntu-latest
29-
steps:
30-
- run: echo "All tests passed!"

0 commit comments

Comments
 (0)