1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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