Apply suggestion from @getchoo

Co-authored-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Jörg Thalheim
2025-09-24 13:14:00 +02:00
committed by GitHub
parent 35d8ffe01d
commit 00775ad83c

View File

@@ -44,10 +44,14 @@ jobs:
basic-checks:
name: aggregate basic checks
if: ${{ always() }}
runs-on: ubuntu-24.04
needs: [pre-commit-checks, eval]
steps:
- run: ":" # Dummy step
- name: Exit with any errors
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
run: |
exit 1
tests:
needs: basic-checks