mirror of
https://github.com/NixOS/nix.git
synced 2025-10-14 02:19:32 +08:00
Apply suggestion from @getchoo
Co-authored-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user